View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-17-2022 , 23:11   Re: possible bug in admin flags when player times out?
Reply With Quote #9

Quote:
Originally Posted by bibu View Post
@fysiks: Shouldn't the booleans be assigned to a player's id instead of globally?
Yes, both g_bInServer and g_bAuthorized should be arrays sized with 33 and indexed by id. Probably also need to make sure they get reset to false on client_disconnect() or something like that.
__________________
fysiks is offline