


Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
is there a way to stop zone for spawning? for example if i opened up a door to start zone 1 and then i go into zone 2 how would a stop zone 1 from spawning with scirpting??
If you want to disable spawning in adjacent zones, don't make them adjacent in your mapname.gsc zone setup.

![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
no i don't think you know what i am saying, i have a part two of my map and because its like moon and earth i need to stop them from spawning on earth
My suggestion is still valid, don't mark the zones as adjacent. If zombies are spawning there, it means the zone script sees at least one player in a zone which has adjacent zones enabled, so it spawns zombies in the adjacent zones as well as the one the player is currently in.
If you want to disable spawning in adjacent zones, don't make them adjacent in your mapname.gsc zone setup.
while(1)
{
if(level.players_in_special_room == true)
spawn_zombie(special_room_spawner);
wait 1;
}



![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |

![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
they're not working , atleast the button