[Ajuda] Problema Com Dialogue Box
#3

Quote:
Originally Posted by shittt
Посмотреть сообщение
Ta mal identado , creio que nгo seja isso , mais oque eu fiz vai melhorar , PS: Adicionar #include zcmd

Code:

http://pastebin.com/yTLc8x1J

O problema esta na public OnPlayerCommandText poste ela ai ...
Bom, aqui esta a a minha OnPlayerCommandText:

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/comandos", cmdtext, true, 10) == 0)
	{
	ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "~b~Comandos", "Nenhum no momento", "Fechar", "");
	return 1;
	}
	CMD:armas(playerid, params[]) {
	ShowPlayerDialog(playerid, Armas, DIALOG_STYLE_LIST, "Lista de Armas", "Eagle\nMP5\nM4\nKnife\nShotgun\n", "Selecionar", "Sair");
	return 1;
}
Obs:Fui tentar substituir seu codigo pelo meu, mas o pawno acusa alguns erros na seguinte linha: CMD:armas(playerid, params[]) {.
Reply


Messages In This Thread
Problema Com Dialogue Box - by Scroll - 06.04.2014, 13:02
Re: Problema Com Dialogue Box - by shittt - 06.04.2014, 14:15
Re: Problema Com Dialogue Box - by Scroll - 06.04.2014, 17:35
Re: Problema Com Dialogue Box - by shittt - 06.04.2014, 17:50
Re: Problema Com Dialogue Box - by Scroll - 06.04.2014, 18:17

Forum Jump:


Users browsing this thread: 2 Guest(s)