18.04.2014, 20:30
Meu pd n ta dando de hr em hr fica dando de 20 em 20 mim por ai ou atй menos n to entendendo oq ta de errado?
pawn Код:
public HoraPayDay(playerid)
{
new string[64];
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), "[IL]: Agora sгo exatamente %d:00 em Los Santos",shifthour);
BroadCast(COLOR_GRAD1,string);
ghour = tmphour;
PayDay();
CorridaM();
SetHora();
}
}