someone end my life

This commit is contained in:
Dogan 2019-07-10 23:18:34 +02:00
parent a96ca3a15f
commit 80370a861a

View File

@ -199,9 +199,10 @@ public void OnClientDisconnect(int client)
g_bNewPlayerChatBlock[client] = false; g_bNewPlayerChatBlock[client] = false;
} }
public Action BlockChat(Handle timer, int clientid) public Action BlockChat(Handle timer, int serialid)
{ {
if ((client = GetClientFromSerial(clientid)) == 0) int client;
if ((client = GetClientFromSerial(serialid)) == 0)
return; return;
g_bNewPlayerChatBlock[client] = false; g_bNewPlayerChatBlock[client] = false;