Modme Forums

zombies wont spawn in specific zones

Game Modding | Call of Duty: Black Ops 3 | Radiant


ModmeBot:

Thread By: ZombieBinge
I'm really at a loss here :/ two of my zone spawners arent working. could anyone help? these are my kvps

(zombie spawner) targetname maze_zone_spawners 
(struct) targetname maze_zone spawners 
(zone) targetname maze_zone, target maze_zone_spawners

Just to be clear here my other zones and spawners are working fine.


ModmeBot:

Reply By: Wild
The struct's targetname is missing a _ between zone and spawner


ModmeBot:

Reply By: ZombieBinge

AGC
The struct's targetname is missing a _ between zone and spawner

I just checked it in radiant, its got an _ i think i just messed up typing on this post lol, i stil cant get the spawners to work :( all of the lines from the zone, to the spawner, to the script struct are showing as if theyre properly linked together?


ModmeBot:

Reply By: ZombieBinge
Thank god i finally fixed it. It turns out i accidentally left an old start zone in my second zone and the zombies didnt think i was in the start zone im assuming but either way deleting it fixed the problem.


ModmeBot:

Reply By: Wild

ZombieBinge
Thank god i finally fixed it. It turns out i accidentally left an old start zone in my second zone and the zombies didnt think i was in the start zone im assuming but either way deleting it fixed the problem.

Haha well I'm glad you fixed it