View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-07-2018 , 03:18   Re: Auto 1 day ban to Sourcebans on leaving server
Reply With Quote #6

Change:

PHP Code:
bool Ready
To this:

PHP Code:
bool Ready[MAXPLAYERS 1]; 
This way, the boolean will act as an on/off switch for each client, not just for the entire function.
__________________
Psyk0tik is offline