ZombieManager: oops

This commit is contained in:
Dogan 2019-06-10 17:16:33 +02:00
parent a811fdaeef
commit 7e4221be8e

View File

@ -73,9 +73,9 @@ public Action OnPlayerTeam(Event event, const char[] name, bool dontBroadcast)
int client = GetClientOfUserId(GetEventInt(event, "userid"));
if(g_bMotherZM[client])
{
{
g_bMotherZM[client] = false;
}
}
}
public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int client)