added support for minutes for the forward
This commit is contained in:
@@ -18,6 +18,7 @@ native int GetPlayerWorthRTV_boost_(int client);
|
||||
*
|
||||
* @int the actual client
|
||||
* @int Game time hours that the client has on the server.
|
||||
* @int Game time minutes the client has on the server.
|
||||
*/
|
||||
|
||||
forward void GetPlayerHoursServer(int client, int hours);
|
||||
forward void GetPlayerHoursServer(int client, int hours, int minutes);
|
||||
|
||||
Reference in New Issue
Block a user