View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-12-2020 , 23:27   Re: Reserve slot for disconnected player
Reply With Quote #11

Added this condition to client_authorized.

PHP Code:
    else if ( iSlotID != -)
    {
        
g_siSlotsiSlotID ][ AuthID ][ ] = EOS;
        
g_siSlotsiSlotID ][ DisconnectTime ] = 0;
        
g_iUsedSlots--;
    } 
__________________

Last edited by Bugsy; 02-13-2020 at 06:45.
Bugsy is offline