Jump to content

Ashka

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by Ashka


  1. 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 ?

×