This commit is contained in:
zaCade
2019-03-02 15:17:41 +01:00
parent 57bbd5d55e
commit d1fa3d4eb7
464 changed files with 8280 additions and 0 deletions
@@ -0,0 +1,11 @@
#if defined _unloze_racetimer_antizones_included_
#endinput
#endif
#define _unloze_racetimer_antizones_included_
/**
* Resets a clients timer if they enter an zone labeled ZONE_PREFIX_ANTI
* @int client entering an ANTI zone
* @bool true if the clients timer has to be disabled
*/
forward void CheckifAntiZones(int client, bool reset);