removed native, changed from float to int, added minimal default value

This commit is contained in:
2025-02-23 13:16:32 +01:00
parent 4a69445495
commit 00a333db07
2 changed files with 13 additions and 86 deletions
@@ -8,17 +8,7 @@
*/
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);
/**
* @returns the players rtv amount boost
*/
native float GetPlayerWorthRTV_boost_(int client);
native int GetPlayerWorthRTV_boost_(int client);