Arma 3
Zombies and Demons
Goro 24. sep. 2015 kl. 8:40
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
< >
Viser 1-5 af 5 kommentarer
Sanchez  [udvikler] 24. sep. 2015 kl. 8:42 
Detach the spawner when reaching the safezone? atm theres no built in feature.
Goro 24. sep. 2015 kl. 8:43 
Well, I was thinking about it. But BTW, thanks for the qu1ck answer m8.
CaptainMittens 24. sep. 2015 kl. 18:34 
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 26. sep. 2015 kl. 1:02 
@Mittens - Thanks for your answer, that really helped me.
kill2die 14. okt. 2015 kl. 6:52 
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
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50