updating the include and added forward that gives player time for a server

This commit is contained in:
jenz
2025-06-09 20:32:08 +02:00
parent b0feb898e3
commit 9e0dc43ec9
2 changed files with 22 additions and 1 deletions
@@ -12,3 +12,12 @@ native int GetAveragePlayerTimeOnServer();
* @returns the players rtv amount boost
*/
native int GetPlayerWorthRTV_boost_(int client);
/**
* returns a players hours for a specific server
*
* @int the actual client
* @int Game time hours that the client has on the server.
*/
forward void GetPlayerHoursServer(int client, int hours);