I have made a trigger which call on activation, some script which spawns zeds.
I use BIS_fnc_findsafePos to choose a position of where to spawn each zed
But I need to make some zones where zeds will not be spawned, some kind of exceptions.
P.S.: there are some reasons I can not use some kind of zed nuker script which will despawn zeds if they spawned n safe area, so the only way is to prevent spawning in this areas.
Made some code:
safezonez inside trigger
I use BIS_fnc_findsafePos to choose a position of where to spawn each zed
But I need to make some zones where zeds will not be spawned, some kind of exceptions.
P.S.: there are some reasons I can not use some kind of zed nuker script which will despawn zeds if they spawned n safe area, so the only way is to prevent spawning in this areas.
Made some code:
Code:
for "_i" from 1 to _qty do { _posit = [_position, 0,...