武装突袭3

武装突袭3

Zombies and Demons
Goro 2015 年 9 月 24 日 上午 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
< >
正在显示第 1 - 5 条,共 5 条留言
Sanchez  [开发者] 2015 年 9 月 24 日 上午 8:42 
Detach the spawner when reaching the safezone? atm theres no built in feature.
Goro 2015 年 9 月 24 日 上午 8:43 
Well, I was thinking about it. But BTW, thanks for the qu1ck answer m8.
CaptainMittens 2015 年 9 月 24 日 下午 6: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 2015 年 9 月 26 日 上午 1:02 
@Mittens - Thanks for your answer, that really helped me.
kill2die 2015 年 10 月 14 日 上午 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
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50