ZR: doh 4

This commit is contained in:
dogan 2020-08-13 00:22:47 +02:00 committed by zaCade
parent 265ebc6b9d
commit 3a1e34e887

View File

@ -134,7 +134,7 @@ bool:IsMotherZombieNearby(client)
new Float:fVec2[3];
GetClientAbsOrigin(client, fVec1);
for (new i = 0; i < MAXPLAYERS + 1; i++)
for (new i = 1; i <= MaxClients; i++)
{
if (!IsClientInGame(i) || !IsPlayerAlive(i) || !InfectIsClientMotherZombie(i))
continue;