projects-jenz/discord_verificiation/scripting/include/unloze_playtime.inc
2023-09-12 16:11:09 +02:00

20 lines
548 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();
/**
* @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);