timer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#if defined _unloze_racetimer_specialmaps_included_
|
||||
#endinput
|
||||
#endif
|
||||
#define _unloze_racetimer_specialmaps_included_
|
||||
|
||||
/**
|
||||
* Called on Every Round start to identify if special roundzones exist
|
||||
* @char resultStart returns name of special startzone
|
||||
* @char resultEnd returns name of special endzone
|
||||
*/
|
||||
forward void CheckIfSpecialRoundZones(char[] resultstart, char[] resultend);
|
||||
/**
|
||||
* @returns true if mako currently
|
||||
*/
|
||||
native bool unloze_gBSpecialMapDisplay();
|
||||
Reference in New Issue
Block a user