added support for average hour to rtv

This commit is contained in:
jenz
2023-09-12 16:11:09 +02:00
parent 44e43e5d8c
commit 8bbb937f6f
2 changed files with 106 additions and 0 deletions
@@ -7,3 +7,13 @@
* @returns the average playtime of all connected players excluding autism bots, fakeclients, AFKS and nosteamers
*/
native int GetAveragePlayerTimeOnServer();
/**
* @returns the average playtime of all connected players for rtv, excluding autism bots and fakeclients.
*/
native int GetAveragePlayerTimeOnServerRTV();
/**
* @returns the players worth in connected hours for the rtv
*/
native int GetPlayerWorthRTV_(int client);