ZombieManager: oops
This commit is contained in:
parent
a811fdaeef
commit
7e4221be8e
@ -73,9 +73,9 @@ public Action OnPlayerTeam(Event event, const char[] name, bool dontBroadcast)
|
|||||||
int client = GetClientOfUserId(GetEventInt(event, "userid"));
|
int client = GetClientOfUserId(GetEventInt(event, "userid"));
|
||||||
|
|
||||||
if(g_bMotherZM[client])
|
if(g_bMotherZM[client])
|
||||||
{
|
{
|
||||||
g_bMotherZM[client] = false;
|
g_bMotherZM[client] = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int client)
|
public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int client)
|
||||||
|
Loading…
Reference in New Issue
Block a user