Jump to content

Rubaum

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Rubaum

  1. Good morning friends !!!
     
    Once a player is killed, he is kicket server.
     
    #59 "blo's minions grow stronger...";(findDisplay 46) displayRemoveEventHandler ["KeyDown", cmKeyPress];"
     
    I'm having this problem after the upgrade 0.3.0.3.
     
    Already added the error every way possible in line 60 of script.txt file without success.
     
    Can help me solve the problem?
  2.  

    Combined with A3EAI you could add the crash location as a spawn location for AI, insert at line 39 of HeliCrashes.sqf:

     

    I do the same with Zupas capture points and random crate spawns

    //Infantry spawns using the A3EAI
    _CrashName = format ["Crashsite_%1",_j];
    [_CrashName,_posOfCrash,75,3,2,false,300] call A3EAI_createCustomInfantryQueue;	
    diag_log text format ["[HeliCrash]: Creating AI at %1 (%2)",_CrashName,_posOfCrash];
    

     

    @second_coming:

     

    How do I decrease the amount of boots at the scene?

×
×
  • Create New...