Search results

  1. A

    Sarge AI Error in server start

    you will get some errors regardless, the coding in dayz isn't perfect, and it doesn't effect the running of the game. I get a range of loot and wreck errors.
  2. A

    Sarge AI Error in server start

    Well I cant seem to find the reason for some of the errors, Sorry I don't know enough about coding yet. I can only keep comparing your code to mine and see were the problem may be. Its possible the error maybe coming from something else. Though I did notice that your military weapon load out...
  3. A

    Sarge AI Error in server start

    I think this maybe some of the problem SAR_respawn_waittime = 3000; // default 30 seconds 3000 = 50 minutes SAR_DESPAWN_TIMEOUT = 100000; // 2 minutes SAR_DELETE_TIMEOUT = 100000; // 2 minutes 100000 = over 24 hours Try this. // ----------------------------------------------- //...
  4. A

    Sarge AI Error in server start

    Can you post your SAR_config.sqf the error may be related to that.
  5. A

    Static AI not Spawning with Cherno Epoch Server Pack

    An observation [SAR_marker_basepartol_nmf,3,5,10,"patrol",true,30] call SAR_AI;*/ try dropping the */ after Ai;
  6. A

    Dynamic AI Patrols Multiplying With Grid Re-Entry

    Try looking at the config.sfg // ----------------------------------------------- // respawning of groups & vehicles that are dynamically spawned in the grid system // ----------------------------------------------- SAR_dynamic_group_respawn = true; // time after which AI are respawned if...
  7. A

    cleanup error??

    this error is coming up is it a problem?? 14:58:04 Error in expression < server_hiveReadWrite; if ((count units _x==0) && !(_x getVariable["SAR_protect"> 14:58:04 Error position: <_x==0) && !(_x getVariable["SAR_protect"> 14:58:04 Error Undefined variable in expression: _x
  8. A

    SAR_dynamic_spawning code question

    Ok that's a yes then, supposed to be there.
  9. A

    SAR_dynamic_spawning code question

    Im not sure that the dynamic Ai are spawning. In example given line reads: _check = [["max_grps","rnd_grps","max_p_grp"],[[0,1,2],[0,75,100],[0,4,3]],"SAR_area_0_0"] call SAR_AI_mon_upd; In setup it reads: [["max_grps","rnd_grps","max_p_grp"],[[1,0,0],[50,0,0],[3,0,0]],"SAR_area_0_0"]...
  10. A

    [Release] Carepackage Cars, delivered by parachute from a plane

    if I want to drop medical supply's and ammo do I just change the boxtype line?? and how do I change the timing to be a % chance when a player enters the grid area eg. I want to have a AN2 drop a carepackage at the international airstrip when a player enters that grid say, 5% chance of a aircraft...
Back
Top