Sarge AI help

carl

New Member
hi, i want to keep the heli spawns aswel as the custom AI static spawns that i have added but i want to stop the AI spawning in around players .
Basically i only want my static spawns and the helis. How would i stop the other spawns?
This is what iv already done.

in the sar_AI_spawn.sqf

if (SAR_dynamic_group_respawn) then {
_respawn = false; <----------------------I changed this to false

And in sar_cfg_grps_chereraus.sqf

// Kamenka, 0 bandit groups, 1 soldier groups, 2 survivor groups - spawn probability ba,so,su - maximum group members ba,so,su
_check = [["max_grps","rnd_grps","max_p_grp"],[[0,0,0],[0,000,000],[0,0,0]],"SAR_area_0_0"] call SAR_AI_mon_upd;

i changed all the town spawns like above to stop them from spawning but im still getting the spawning in around players which i need to stop.

any ideas?
 
Back
Top