08.12.2014, 21:51
Can you be more specific ?
What doesn't work ?
It doesn't show, it shows incorrect time, it doesn't set the time
My guess would be array mistype
What doesn't work ?
It doesn't show, it shows incorrect time, it doesn't set the time
My guess would be array mistype
Quote:
if (realtime) { new tmphour; new tmpminute; new tmpsecond; gettime(tmphour, tmpminute, tmpsecond); FixHour(tmphour); tmphour = shifthour; SetWorldTime(tmphour); } gettime(hour, minute); SetPlayerTime(playerid,hour,minute); |