forked from UNLOZE/sm-plugins
[BotTargeting] Add motherzm exclusion.
This commit is contained in:
@@ -114,3 +114,11 @@ public int Native_IsAutismBot(Handle hPlugin, int numParams)
|
||||
|
||||
return g_bIsAutismBot[client];
|
||||
}
|
||||
|
||||
public Action ZR_OnClientMotherZombieEligible(int client)
|
||||
{
|
||||
if (g_bIsAutismBot[client])
|
||||
return Plugin_Handled;
|
||||
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user