RHS Feedback - AFRF
View Issue Details
0001421AFRF[All Projects] Generalpublic2015-12-01 18:292015-12-02 13:12
GraemeShute 
reyhard 
nonemajoralways
resolvedno change required 
 
 
No
dev branch
No
Alot
0001421: Gaz-66 R-142 deployment of aerial issue
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
Hope this helps
No tags attached.
Issue History
2015-12-01 18:29GraemeShuteNew Issue
2015-12-01 20:07RedPhoenixAssigned To => reyhard
2015-12-01 20:08RedPhoenixStatusnew => confirmed
2015-12-02 11:02reyhardStatusconfirmed => resolved
2015-12-02 11:02reyhardResolutionopen => no change required
2015-12-02 13:12reyhardNote Added: 0002883

Notes
(0002883)
reyhard   
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;