further changes to show rtv boost correctly and display in percentage

This commit is contained in:
jenz
2023-09-12 21:20:34 +02:00
parent 8bbb937f6f
commit 048054d216
2 changed files with 7 additions and 2 deletions
@@ -17,3 +17,8 @@ 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);