ZR: doh 4
This commit is contained in:
parent
265ebc6b9d
commit
3a1e34e887
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user