UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - aster-99

hi, i've a very particular problem... that isn't my first map, but i don't know why my zombies spawns in random rooms. help me please, i don't know what to do!?

that's my mapname.gsc zone init script
Code Snippet
Plaintext
dlc3_zone_init()
{
add_adjacent_zone( "initial_zone", "2a_zone", "enter_2a_zone" );
add_adjacent_zone( "initial_zone", "2b_zone", "enter_2b_zone" );
add_adjacent_zone( "2a_zone", "3_zone", "enter_3_zone" );
add_adjacent_zone( "2b_zone", "3_zone", "enter_3_zone" );
add_adjacent_zone( "2a_zone", "g_zone", "enter_g_zone" );
add_adjacent_zone( "2b_zone", "g_zone", "enter_g_zone" );
add_adjacent_zone( "g_zone", "2a_zone", "enter_2a_zone" );
add_adjacent_zone( "g_zone", "2b_zone", "enter_2b_zone" );
add_adjacent_zone( "g_zone", "6_zone", "enter_6_zone" );
add_adjacent_zone( "3_zone", "2a_zone", "enter_2a_zone" );
add_adjacent_zone( "3_zone", "2b_zone", "enter_2b_zone" );
/*

i made that image for explain the map structure... but i haven't understand how post it dirctly xD.... i'm very sorry, if someone can post it under i will very happy :D
http://www.mediafire.com/view/n9foq1javkddo39/schema_zone.png
10 years ago
i can't install them, they didn't work. can someone help me ???? :'(
10 years ago
Loading ...