added support for minutes for the forward

This commit is contained in:
jenz
2026-01-27 16:01:04 +01:00
parent f62cc2bb40
commit c1a164b67c
2 changed files with 5 additions and 2 deletions
@@ -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);