Anonymous | Login | 2024-11-21 13:01 CET |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0001421 | AFRF | [All Projects] General | public | 2015-12-01 18:29 | 2015-12-02 13:12 | ||||||||
Reporter | GraemeShute | ||||||||||||
Assigned To | reyhard | ||||||||||||
Priority | none | Severity | major | Reproducibility | always | ||||||||
Status | resolved | Resolution | no change required | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001421: Gaz-66 R-142 deployment of aerial issue | ||||||||||||
Description | Hi there....the Russian Comms UAZ truck...to initialise the aerial system with no player input. To "spawn" it with the aerial masts up. I tried the Code I found online but doesn't work [_gaz,1] spawn rhs_fnc_gaz66_radioDeploy; //deploy this doesn't work I also tried [_gaz,1] spawn rhs_fnc_gaz66_radioDeploy; Init: Local variable in local space gaz,1 spawn rhs_fnc_gaz66_radioDeploy; Init: Missing ; gaz1 spawn rhs_fnc_gaz66_radioDeploy; Named unit gaz1 It says Init: Type Script: expected Nothing So I am at a loss | ||||||||||||
Steps To Reproduce | Hope this helps | ||||||||||||
Tags | No tags attached. | ||||||||||||
Is it a wish/request? | No | ||||||||||||
RHS version | |||||||||||||
Arma 3 version | dev branch | ||||||||||||
Did you used any other mod when the error occurred? | No | ||||||||||||
Which mods? | Alot | ||||||||||||
Attached Files | |||||||||||||
Notes | |
(0002883) reyhard (administrator) 2015-12-02 13:12 |
my comment fubar so once again: [_gaz,1] spawn rhs_fnc_gaz66_radioDeploy; Init: Local variable in local space https://community.bistudio.com/wiki/Variables [^] you can't use local variables in vehicle init, and above example was meant to be used within scripts. use global variable instead _ - that indicates local variable nil=[nameOfgaz,1] spawn rhs_fnc_gaz66_radioDeploy; |
Issue History | |||
Date Modified | Username | Field | Change |
2015-12-01 18:29 | GraemeShute | New Issue | |
2015-12-01 20:07 | RedPhoenix | Assigned To | => reyhard |
2015-12-01 20:08 | RedPhoenix | Status | new => confirmed |
2015-12-02 11:02 | reyhard | Status | confirmed => resolved |
2015-12-02 11:02 | reyhard | Resolution | open => no change required |
2015-12-02 13:12 | reyhard | Note Added: 0002883 |
Copyright © 2000 - 2024 MantisBT Team |