added support for average hour to rtv
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user