View Single Post
tonykaram1993
Senior Member
Join Date: Mar 2013
Location: This World
Old 05-23-2013 , 23:03   Re: Simple Late Spawn Blocker
Reply With Quote #2

Since you are only setting g_bBlockLateSpawn on only two areas, better to do:
PHP Code:
public Event_RoundStart() {
    if( !
g_bBlockLateSpawn g_bBlockLateSpawn true;
}

public 
Event_RoundEnd() {
    if( 
g_bBlockLateSpawn g_bBlockLateSpawn false;



PHP Code:
public Event_RoundStart() {
    
g_bBlockLateSpawn true;
}

public 
Event_RoundEnd() {
    
g_bBlockLateSpawn false;

__________________
My Plugins:
UltimatePlugin
UltimateSurf
UltimateAdmin
Code:
rcon version | rcon amxx version | rcon meta version
rcon amxx plugins | rcon meta list | rcon status
I AM INACTIVE ON THIS FORUM - For direct contact: [email protected]
tonykaram1993 is offline