Jump to content
Sign in to follow this  
Ashka

[HELP] Want to execute a script on every machine

Recommended Posts

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 ?

Share this post


Link to post
Share on other sites

Also although your first question is considered that categories differ,

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 ?

If a unit does not exist in the viewdistance range of you, it is not displayed on a list. Moreover, since the use by MP is not checked, I do not know whether it is possible.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×