20.07.2015, 10:18
Hey!
I made a clock system !
but...
when player dies the time set for him +12 hours!
What can i do?
Code:
Please help me !
I will +rep!
I made a clock system !
but...
when player dies the time set for him +12 hours!
What can i do?
Code:
Код:
public OnPlayerConnect(playerid) { TogglePlayerClock(playerid, 1); return 1; }
Код:
public OnGameModeInit() { SetWorldTime(0); return 1; }
I will +rep!