Arma 3
Zombies and Demons
Goro Sep 24, 2015 @ 8:40am
Stop zombies to spawn in specific areas
Hello there.
So, basically, I have a spawner that follows player and spawn zombies around him instead of placing 1000 spawners and lagging the game.
My question is: Can you prevent spawners from spawning zombies in specific Areas?
I'm making mission, where there are safezones. So, would it be possible to disable them while inside the Safezone's marker? Let me know.
Cheers
< >
Showing 1-5 of 5 comments
Sanchez  [developer] Sep 24, 2015 @ 8:42am 
Detach the spawner when reaching the safezone? atm theres no built in feature.
Goro Sep 24, 2015 @ 8:43am 
Well, I was thinking about it. But BTW, thanks for the qu1ck answer m8.
CaptainMittens Sep 24, 2015 @ 6:34pm 
It's hard, because zombies will follow you, the best you can do is to stop spawning zombies when they're in the safe zone, or delete them. You can set a repeat trigger that's activated by opfor (zombie side) and just delete all zombies that are spawned in the area with an ACT field like "{deleteVehicle _x} foreach thisList;"
Goro Sep 26, 2015 @ 1:02am 
@Mittens - Thanks for your answer, that really helped me.
kill2die Oct 14, 2015 @ 6:52am 
try to delete them within the safezone.
for having not spawning them into areas try to add a blacklist to your spawn behaviour and do stuff like
spawn script:
if(pos = !blacklist)
spawn
else
do not spawn//nothing


blacklist should be an array
< >
Showing 1-5 of 5 comments
Per page: 1530 50