[Ajuda] ShowPlayerDialog - 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] ShowPlayerDialog (
/showthread.php?tid=600985)
ShowPlayerDialog -
iFaLLeN - 15.02.2016
Galera como fasso pra botar algo na faixa preta do ShowPlayerDialog
Exemplo:
ShowPlayerDialog( playerid, TESTE, DIALOG_STYLE_PASSWORD, "
Seu IP: 1.1.1.1.1.1.1", sDoze, "Logar", "Cancelar" )
Um exemplo o ip. queira so a função de como por algo ali
Grato
Re: ShowPlayerDialog -
zPain - 15.02.2016
O tнtulo й uma string, bem como a mensagem mostrada abaixo.
PHP код:
static title[32];
GetPlayerIp(playerid, title, sizeof title);
format(title, sizeof title, "Seu IP: %s", title);
ShowPlayerDialog(playerid, D_LOGIN, DIALOG_STYLE_PASSWORD, title, sDoze, "Logar", "Cancelar");
Re: ShowPlayerDialog -
[BOPE]Seu._.Madruga - 15.02.2016
zPain estб errado.
PHP код:
ShowPlayerDialog(playerid, TESTE, DIALOG_STYLE_PASSWORD, title, sDoze, "Logar", "Cancelar");
Re: ShowPlayerDialog -
zPain - 15.02.2016
Quote:
Originally Posted by [BOPE]Seu._.Madruga
zPain estб errado.
PHP код:
ShowPlayerDialog(playerid, TESTE, DIALOG_STYLE_PASSWORD, title, sDoze, "Logar", "Cancelar");
|
O autor do tуpico fez a ediзгo apуs eu postar a resposta. De qualquer forma, jб fiz a correзгo.