Editing config file

Shadowcat330

New Member
hey all, I edited my config file to make ai only spawn at missions and to allow them to use rockets, I got that to work very very easily.

But I do want there to still be heli patrols too, so I enabled them but it dosnt seem they will spawn without allowing the ai to spawn in both missions and random spawns around the map, is there a way to. get heli patrols to spawn, but not allow dynamic spawning of ai all over the map and retain them to spawn at missions only, I really want to keep the patrols, but people on my server complain having ai spawn around them is a constant annoyance.
 
Did you change any of the town values to 0? Example:

['DZAI_Luzern',[2,0],[],1,2] call DZAI_static_spawn;

Make the first number 2 a 0 as that will spawn 0 units, or comment it out with //
 
Back
Top