Ashka
-
Content Count
6 -
Joined
-
Last visited
-
Medals
Posts posted by Ashka
-
-
Hi everyone,
I'm a total beginner in scripting, and i need your help on this :
I want this script to be executed on every machine present on the server.
I understand that i need to make some kind of global effect on it, but even if i saw some exemple, i have difficulties to understand.
There is the script :
ate1 setpos [11485.773,11352.226,8000]; ate1 flyinheight 8000; ate1 setvelocity [0,0,0]; Sleep 2; [ate1] exec "ca\air2\halo\data\Scripts\HALO_init.sqs"; nul=[1080] execVM "atelier1timer.sqf";
_limite = _this select 0; for [{_i = _limite},{_i > 0},{_i = _i - 1}] do { hintsilent format['%1 secondes',_i]; Sleep 1; }; hint 'DEPART DU CONVOI'; startconvoi = true;Of course i didnt make it :) Any help would be really appreciated.
Another thing :
I was looking for a good spectator script, and i found this one :
http://giganarma.googlepages.com/GCam10_1.zip for Gigan.
Work very well in his demo mission, but i cant make it work on mine, the gcam_follow is the one i need, but the target list is empty, so i cant follow anyone. Another thing : Is this script work on dedicated server ?
-
name your trigger ( ex: Trig1 ), name your group ( ex: Alpha ), name the chief of the group ( ex: Leader1 ).
and put this in your init.sqf :
Trig1 setTriggerActivation ["MEMBER", "PRESENT", false]; Trig1 triggerAttachVehicle [Leader1];
Should work.
( change false to true if you want to repeat the trigger later ).
-
Once your unit is killed, just take the initial location. I made this for one of my missions.
!alive blablabla deleteVehicle [i]nameofyourvehicle[/i]; [i]nameofyourvehicle[/i] = "[i]classnameofyouvehicle[/i]" createVehicle [[i]position,ofyour,vehicle[/i]];
U may also use
[i]nameofyourvehicle[/i] setdir [i]azimut[/i];
-
The easy way :
Make a radio alpha, in repeatable, and, in the init : nameofyourunit addmagazine "blablabl".
-
There is any way to disable the night vision ?
[HELP] Want to execute a script on every machine
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Oh.. too bad, because i need it all over chernarus, and the keygetis one isnt working very well on Arma 2.
And you are right, i put this thread in the wrong section, i contact an admin to move it to the right place.