[Ajuda] converter tempo - 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] converter tempo (
/showthread.php?tid=581576)
converter tempo -
waaT - 14.07.2015
estou tentando converter uma contagem que estб em segundos para minutos e segundos.
pawn Code:
timerrr --;
new str[20];
new minn, secc;
secc = (timerrr / 60);
minn = (timerrr / 60);
format(str, sizeof(str), "%i:%i", minn, secc);
TextDrawSetString(textdraw[1], str);
a variбvel timer comeзa com timerrr = 600; // 600 segundos = 10 minutos.
e nessa funзгo que eu fiz fica 9:9 a textdraw
Re: converter tempo -
CaioTJF - 14.07.2015
Bota isso no final do seu GM:
http://pastebin.com/G9Mg2zdE
E usa TextDrawSetString(textdraw[1], Convert2(timerrr));
Re: converter tempo -
DeadNudock - 14.07.2015
Quote:
Originally Posted by CaioTJF
|
Olб amigo, vc acabou de ser raputado
Re: converter tempo -
CaioTJF - 14.07.2015
Tempo de prisao: %d seg
Troca por
Tempo de prisao: %s