Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.76 KB

421.md

File metadata and controls

39 lines (29 loc) · 2.76 KB

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
{% highlight php %}{% raw %} (zombie spawner) targetname maze_zone_spawners {% endraw %}{% endhighlight %} {% highlight php %}{% raw %} (struct) targetname maze_zone spawners {% endraw %}{% endhighlight %} {% highlight php %}{% raw %} (zone) targetname maze_zone, target maze_zone_spawners {% endraw %}{% endhighlight %}
{% highlight php %}{% raw %} Just to be clear here my other zones and spawners are working fine. {% endraw %}{% endhighlight %}


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