Step 4 - For every new adjacent zone you add make sure to change the "start_zone", "zone_1" and "enter_zone1" to your zone names.
EDIT: - Note: If you are using zones that are not linked(For my case I have a teleporter that goes to non touching zones) I found that it will still kill you for not being in a zone if you do not do this step!
If you are stuff having trouble with dying when entering new zones add this code to your main function in usermaps/zm_mapname/scripts/zm/zm_mapname.gsc:
Code Snippet
Plaintext
init_zones[1] = "yourzonename";
then just up the number by 1 every time you add a new zone, I have been told this is not required however for some people it does not work without this.
Last Edit: October 13, 2016, 06:56:59 pm by reckfullies
The only reason I put the initial_zones there was because it wasn't working for someone then when they added that it worked so I wasn't sure if it was needed, thanks for letting me know.
As for everything else, ill update the post to include correct information.
someone help me ive put in 4 zones and have them working fine apart from I cant get zombie to spawn in zones 2,3and 4 they only spawn in my start zone any ideas?
I have more than one entrance to some zones and I can't get them to work because either zombies spawn before I open the door or they don't spawn at all.