updating the include and added forward that gives player time for a server
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user