2023-04-09 13:57:39 +02:00
|
|
|
#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();
|
2023-09-12 16:11:09 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @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);
|
2023-09-12 21:20:34 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @returns the players rtv amount boost
|
|
|
|
*/
|
|
|
|
native float GetPlayerWorthRTV_boost_(int client);
|