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.

Messages - icoltoni

I understand how to do traditional zoning but for this map I have each player spawning in a different room. The rooms are not touching eachother so I don't know how to start the map with all 4 starting zones turned on. This is what I have right now but it's not working?

"
    // Initial Zone(s) -- Zone(s) You Want Activated At Map Start
    zones = ;
    zones = "start_zone1", "start_zone2", "start_zone3", "start_zone4";

"
4 years ago
hey man, there's more than 1 thing that looks like your starting score in there,


// Scoring
    set_zombie_var( "zombie_score_start",                 50000 );
/#
    if( GetDvarInt( "zombie_cheat" ) >= 1 )
    {
        set_zombie_var( "zombie_score_start",             10000 );

those are 2 different things
4 years ago
Loading ...