[Ajuda] Problema Com Dialogue Box
#4

Quote:
Originally Posted by Scroll
Посмотреть сообщение
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[]) {.
Cara baixa a include zcmd , depois coloca em pawno/includes.

Depois abre o gamemode e bota
Код:
#include zcmd
depois de
Код:
#include <a_samp>
Depois

deleta essa public ai q voce posto
e substitui por essa : http://pastebin.com/yTLc8x1J
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: 1 Guest(s)