projects-jenz/RaceTimer/scripting/include/unloze_racetimer_antizones.inc

12 lines
344 B
PHP
Raw Normal View History

2019-03-02 15:17:41 +01:00
#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);