Ashka
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Ashka
-
Rank
Rookie
-
[HELP] Want to execute a script on every machine
Ashka replied to Ashka's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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. -
[HELP] Want to execute a script on every machine
Ashka posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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 ? -
Trigger: player in thislist not work..
Ashka replied to R34P3R's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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 ). -
Vehicle Rembering its "Name" after respawn...
Ashka replied to nullsystems's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
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]; -
How can I get infinite ammo?
Ashka replied to yyccccc's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
The easy way : Make a radio alpha, in repeatable, and, in the init : nameofyourunit addmagazine "blablabl". -
How do I setup the UAV?
Ashka replied to The Masta's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
There is any way to disable the night vision ?