RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001421AFRF[All Projects] Generalpublic2015-12-01 18:292015-12-02 13:12
ReporterGraemeShute 
Assigned Toreyhard 
PrioritynoneSeveritymajorReproducibilityalways
StatusresolvedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001421: Gaz-66 R-142 deployment of aerial issue
DescriptionHi 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 ReproduceHope this helps
TagsNo tags attached.
Is it a wish/request?No
RHS version
Arma 3 versiondev branch
Did you used any other mod when the error occurred?No
Which mods?Alot
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker