24.08.2013, 21:48
tenta isso, se funcionar fala...
pawn Код:
public SyncTime()
{
new string[128];
new tmphour;
new tmpminute;
new tmpsecond;
gettime(tmphour, tmpminute, tmpsecond);
Fixhour(tmphour);
tmphour = shifthour;
if ((tmphour > ghour) || (tmphour == 0 && ghour == 23))
{
format(string, sizeof(string), "{FF1493}Agora sгo %d:00 horas.",shifthour);
SendClientMessageToAll(COLOR_DBLUE,string);
ghour = tmphour;
PayDay();
SetHora();
}
}