[Ajuda] Payday nгo funciona - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Payday nгo funciona (
/showthread.php?tid=526899)
Payday nгo funciona -
viniciusxdd - 19.07.2014
O GM Base й Magic Games
Ajudem por favor pessoa,
O Bug й o seguinte, Nгo estб realizando payday e tentei resolver bug nesta puclic, porйm nгo consegui e vim pedir ajuda a voc
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();
}
}
Re: Payday nгo funciona -
WLSF - 19.07.2014
Sempre faзa um debug nas partes duvidosas, nгo espere que batendo olho em cуdigo vocк vб encontrar todos os bugs/erros.
Abraзos.