Jump to content

stonXer

Member
  • Posts

    483
  • Joined

  • Last visited

Posts posted by stonXer

  1. 0.5.5 running, 4 heli patrols enabled only, 1 person and 1 hc in server.

    15:38:31 Error in expression <EAI_randomInfantrySpawnQueue = [];
    
    if (A3EAI_enableHC) then {
    [] call compile p>
    15:38:31   Error position: <A3EAI_enableHC) then {
    [] call compile p>
    15:38:31   Error Undefined variable in expression: a3eai_enablehc
    15:38:31 File A3EAI\scripts\A3EAI_post_init.sqf, line 49
    
    
    15:38:44 Error in expression <H";
    _this setVariable ["RemoveNVG",true,A3EAI_enableHC];
    
    true
    >
    15:38:44   Error position: <A3EAI_enableHC];
    
    true
    >
    15:38:44   Error Undefined variable in expression: a3eai_enablehc
    15:38:44 Error in expression <vel] spawn A3EAI_addGroupManager;	
    
    if (A3EAI_enableHC) then {
    _nul = _unitGroup>
    15:38:44   Error position: <A3EAI_enableHC) then {
    _nul = _unitGroup>
    15:38:44   Error Undefined variable in expression: a3eai_enablehc
    15:38:44 File A3EAI\compile\A3EAI_unit_spawning\A3EAI_spawn_vehiclepatrol.sqf, line 179
    15:38:44 Error in expression <= diag_tickTime;
    
    
    _updateServerLoot = (A3EAI_enableHC && {!isDedicated});
    _pull>
    15:38:44   Error position: <A3EAI_enableHC && {!isDedicated});
    _pull>
    15:38:44   Error Undefined variable in expression: a3eai_enablehc
    15:38:44 File A3EAI\compile\A3EAI_unit_scripts\A3EAI_group_manager.sqf, line 36
    
  2. //PACK BIKE
    if((_isBike) and _canDo) then {
    if (s_player_deploybike2 < 0) then {
            s_player_deploybike2 = player addaction[("<t color=""#007ab7"">" + ("Re-Pack Bike") +"</t>"),"deployables\mtbike\pack.sqf","",5,false,true,"", ""];
        };
    } else {
        player removeAction s_player_deploybike2;
        s_player_deploybike2 = -1;
    };
    
  3. Hey dude, there are loooads of threads here with everything you could want to find, get a few things in mind you want to start with and hit search. There might be someone who wants to do it for you, but its more fun learning it all, doesn't take long to get a reply on here if you need help also.

     

     

     

    ps.ritchie loves the fluxcapacitor

×
×
  • Create New...