Jump to content

IIyIIa

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by IIyIIa


  1. init.sqf

    //init.sqf for Lurchi's AC-130 Script
    
    //Call LDL_init for Lurchi's AC-130 Script
    LDL_init = compile preprocessFileLineNumbers "ac130\LDL_init.sqf";
    []spawn LDL_init;
    waitUntil {!isNil "LDL_initDone"};
    waitUntil {LDL_initDone};
    if !(isServer) exitWith {hint "NOT Server"};
    _as = [] execVM "Sys\Serv_bot.sqf";
    _as = [] execVM "Sys\Lin_Kontakt.sqf";
    sleep 3;
    _an = [] execVM "Start.sqf";
    sleep 1;
    _as = [] execVM "Sys\Resp_Veh.sqf";
    sleep 1;
    _as = [] execVM "Garnizon\Random.sqf";
    
    

    Maybe this version ?


  2. Hello, i have a question. I made a map with script and when i tested this map, this script worked, but when i give this map to my friend, he was host of our game, but i dind't can use script in AC-130, but my friend can do it. How can we work together?

    I found this addon http://pvpscene.arma-creations.com/files/temp/LDL_AC130.7z but he didn't work

    Sorry my English is not good.=(

×