View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 08-17-2010 , 15:26   Re: Ban disconnected players
Reply With Quote #5

I think adding the line after this will help stop that?

PHP Code:
public OnClientDisconnect(client) {
if (
IsFakeClient(client)) return; 
Silvers is offline