SA-MP Forums Archive
[Ajuda] Montar Dialog - 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] Montar Dialog (/showthread.php?tid=543277)



Montar Dialog - Slipk - 25.10.2014

N/A ...


Re: Montar Dialog - Bruno13 - 25.10.2014

pawn Код:
new str[100];
format(str, sizeof(str), "- Seu IP '%s' foi banido com o nick %s pelo %s em '%s'.\
\n- Motivo: '%s' %s"
, IP, nome, admin, data, motivo, tempban);  
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Banido", str, "Fechar", "");



Re: Montar Dialog - BWCALLEf - 25.10.2014

...../


Re: Montar Dialog - Slipk - 25.10.2014

Quote:
Originally Posted by Bruno13
Посмотреть сообщение
pawn Код:
new str[100];
format(str, sizeof(str), "- Seu IP '%s' foi banido com o nick %s pelo %s em '%s'.\
\n- Motivo: '%s' %s"
, IP, nome, admin, data, motivo, tempban);  
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Banido", str, "Fechar", "");
Obrigado, agora aprendo com o code, Abraзos