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



Dialog. - SeckSeck - 29.11.2014

Quando eu clico nessa primeira Opзгo "Caverгo" nгo aparece mais nd , mais qnd eu clico em "Comando da Paz" aparece algumas favelas... pq?

Print: http://i.imgur.com/uCctlmc.png


Re: Dialog. - PT - 29.11.2014

esqueceu um " ali olha bem.


Re: Dialog. - Learning - 29.11.2014

pawn Код:
else if(listitem == 2)
{
    ShowPlayerDialog(playerid, DIALOG_NORTE, DIALOG_STYLE_LIST, "Escolha uma Facзгo para poder continuar:", "\tCaverгo\nComando da Paz", "Selecionar", "Voltar");
}



Respuesta: Dialog. - SeckSeck - 29.11.2014

Код:
	else if(listitem == 2)
			{
				ShowPlayerDialog(playerid, DIALOG_NORTE, DIALOG_STYLE_LIST, "Escolha uma Facзгo para poder continuar:", "Caverгo\nComando da Paz", "Selecionar", "Voltar");
			}



Respuesta: Dialog. - SeckSeck - 29.11.2014

Ainda continua a msm coisa...


Re: Dialog. - Learning - 29.11.2014

Manda a parte do OnDialogResponse


Re: Dialog. - n0minal - 30.11.2014

@removido


Re: Dialog. - Learning - 30.11.2014

Quote:
Originally Posted by n0minal
Посмотреть сообщение
Falta um botгo a ser mostrado:

usa:
Код:
ShowPlayerDialog(playerid, DIALOG_NORTE, DIALOG_STYLE_LIST, "Escolha uma Facзгo para poder continuar:", "Caverгo\nComando da Paz", "Selecionar", "Ok", "");
Vocк quer adicionar quantos botхes ? '-'
Jб existe 2
"Selecionar" & "Ok"
https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re: Dialog. - n0minal - 30.11.2014

Quote:
Originally Posted by Learning
Посмотреть сообщение
Vocк quer adicionar quantos botхes ? '-'
Jб existe 2
"Selecionar" & "Ok"
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
Verdade, falta de atenзгo, posta a OnDialogResponse...