removed forward
This commit is contained in:
parent
92906a3f26
commit
da68561909
@ -65,15 +65,6 @@ public void reset_client(int client)
|
|||||||
is_forward_called[client] = false;
|
is_forward_called[client] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int BotMimic_OnPlayerStopsMimicing(int client, char[] name, char[] category, char[] path)
|
|
||||||
{
|
|
||||||
//its only an admin if debug is true
|
|
||||||
if (CheckCommandAccess(client, "sm_kick", ADMFLAG_KICK))
|
|
||||||
{
|
|
||||||
reset_client(client);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//unknown delay before forward is called.
|
//unknown delay before forward is called.
|
||||||
//BotMimic_IsPlayerMimicing() is true in update_mimic_coords before the BotMimic_OnPlayerMimicLoops forward is called
|
//BotMimic_IsPlayerMimicing() is true in update_mimic_coords before the BotMimic_OnPlayerMimicLoops forward is called
|
||||||
public int BotMimic_OnPlayerMimicLoops(int client)
|
public int BotMimic_OnPlayerMimicLoops(int client)
|
||||||
|
Loading…
Reference in New Issue
Block a user