SA-MP Forums Archive
[Ajuda] Duvida Idiota, Porйm Precisa '-' - 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] Duvida Idiota, Porйm Precisa '-' (/showthread.php?tid=385824)



Duvida Idiota, Porйm Precisa '-' - Lucas-Fc - 17.10.2012

Oi.
Como faz para Pular de Linha no Dialog ?
Tipo Assim :


pawn Код:
ShowPlayerDialog(playerid,DP,DIALOG_STYLE_MSGBOX, "Informaзхes PM", "Exemplo1,Exemplo2,Exemplo3,Exemplo4", "Sair", "");
Para ficar assim no Dialog :

Exemplo1
Exemplo2
Exemplo3
Exemplo4

Entenderam ?


PULAR A LINHA XDD

Como ?



Re: Duvida Idiota, Porйm Precisa '-' - @Riichard - 17.10.2012

\n..


Re: Duvida Idiota, Porйm Precisa '-' - Ely Manning - 17.10.2012

Coloca \n no meio do texto, cada um й um "enter".


Re: Duvida Idiota, Porйm Precisa '-' - Lucas-Fc - 17.10.2012

Dai ficaria assim ?

pawn Код:
ShowPlayerDialog(playerid,DP,DIALOG_STYLE_MSGBOX, "Informaзхes PM", "Exemplo1\n,Exemplo2\n,Exemplo3\n,Exemplo4", "Sair", "");
?


Re: Duvida Idiota, Porйm Precisa '-' - jpeg - 17.10.2012

\n

ou

~n~



Re: Duvida Idiota, Porйm Precisa '-' - Lucas-Fc - 17.10.2012

Oi, Deu Certo. Obrigado a todos


Re: Duvida Idiota, Porйm Precisa '-' - humildadeforever - 17.10.2012

Lucas, na prуxima vez que quiser tirar uma dъvida simples, poste em Duvidas Curtas.


Re: Duvida Idiota, Porйm Precisa '-' - Lucas-Fc - 17.10.2012

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
Lucas, na prуxima vez que quiser tirar uma dъvida simples, poste em Duvidas Curtas.
Ata. Desculpa


Re: Duvida Idiota, Porйm Precisa '-' - zSuYaNw - 17.10.2012

Quote:
Originally Posted by jpeg
Посмотреть сообщение
\n

ou

~n~
Posso ta enganado mais ~n~ sу funciona com texdraw e gametext.
portanto, ele nгo funciona em dialog .