SorryI'am new in this "world".
I'am trying to write a command to turn on siren, but nothing isn't working:
_vehicle getVariable "siren";
_vehicle setVariable["siren",false,true];
_vehicle say3D "SirenLong";
please help
Originally Posted by Tajniak
SorryI'am new in this "world".
I'am trying to write a command to turn on siren, but nothing isn't working:
_vehicle getVariable "siren";
_vehicle setVariable["siren",false,true];
_vehicle say3D "SirenLong";
please help
First Of all If thats all ur executing
Arma isnt going to know what _vehicle is
So Something simply to define what it is would help