[BotTargeting] Add motherzm exclusion.
This commit is contained in:
parent
2125d133e9
commit
ac7de82c6c
@ -114,3 +114,11 @@ public int Native_IsAutismBot(Handle hPlugin, int numParams)
|
|||||||
|
|
||||||
return g_bIsAutismBot[client];
|
return g_bIsAutismBot[client];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Action ZR_OnClientMotherZombieEligible(int client)
|
||||||
|
{
|
||||||
|
if (g_bIsAutismBot[client])
|
||||||
|
return Plugin_Handled;
|
||||||
|
|
||||||
|
return Plugin_Continue;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user