added option for generating average hour count of server

This commit is contained in:
jenz
2023-04-09 13:57:39 +02:00
parent 34a578954c
commit 7c74bb9cf6
2 changed files with 132 additions and 3 deletions
@@ -0,0 +1,9 @@
#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();