10 lines
		
	
	
		
			268 B
		
	
	
	
		
			SourcePawn
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			268 B
		
	
	
	
		
			SourcePawn
		
	
	
		
			Executable File
		
	
	
	
	
#if defined _unloze_playtime_included_
 | 
						|
  #endinput
 | 
						|
#endif
 | 
						|
#define _unloze_playtime_included_ 
 | 
						|
 
 | 
						|
/**
 | 
						|
* @returns the average playtime of all connected players excluding autism bots, fakeclients, AFKS and nosteamers
 | 
						|
*/
 | 
						|
native int GetAveragePlayerTimeOnServer();
 |