someone end my life
This commit is contained in:
parent
a96ca3a15f
commit
80370a861a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user