15 lines
		
	
	
		
			465 B
		
	
	
	
		
			SourcePawn
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			465 B
		
	
	
	
		
			SourcePawn
		
	
	
	
	
	
#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(); |