View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-29-2015 , 06:00   Re: [CSGO] Client limiter
Reply With Quote #7

Quote:
Originally Posted by Wilczek View Post
I haven't tried using GetMaxHumanPlayers(), but there is a bug in CSGO that allows to connect more clients than theoretically possible. I've seen 27 players on my 22-slot server with no obvious reason. That's just a wild guess, but wouldn't it return MAXPLAYERS value in that case?
No, CS:GO has a fixed MaxClients of 64, GetMaxHumanPlayers should return the correct configured count. If GetMaxHumanPlayers is also wrong in cases where it happens, that would actually hint at the source of the bug, but give it a shot!
__________________
asherkin is offline