diff --git a/ZombieManager/scripting/ZombieManager.sp b/ZombieManager/scripting/ZombieManager.sp index b0cf1812..71fc73f5 100644 --- a/ZombieManager/scripting/ZombieManager.sp +++ b/ZombieManager/scripting/ZombieManager.sp @@ -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)