25.02.2018, 11:37
Because you're setting the time using h (using strval of the variable) when you need to use time (value of the variable using sscanf).
Briefly, this:
Should be like this:
Briefly, this:
PHP код:
SetPlayerTime(playerid, h, h);
PHP код:
SetPlayerTime(playerid, time, time);