12 lines
344 B
SourcePawn
12 lines
344 B
SourcePawn
#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);
|