[Ajuda] Menu Em Dialog Nгo Pegando As Funзхes
#1

Eu tento usar menus em dialogs na minha gm no meu servidor e nгo pega as funзхes que eu determino.


Код:
CMD:tpd(playerid, params [])
{
	ShowPlayerDialog(playerid, 123, DIALOG_STYLE_LIST, "Teleportes", "TPD1\nTPD2\nTPD3\nTPD4\nTPD5\nTPD6", "Seleciona", "Cancela");
	return 1;
}


public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{

if(dialogid == 123)
	{
		if(response == 0)
		{
			if(listitem == 0)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD1");
				return 1;
			}
			if(listitem == 1)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD2");
				return 1;
			}
			if(listitem == 2)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD3");
				return 1;
			}
			if(listitem == 3)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD4");
				return 1;
			}
			if(listitem == 4)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD5");
				return 1;
			}
			if(listitem == 5)
			{
				SetPlayerPos(playerid, 2032.9203, -1402.8623, 17.2829);
				SendClientMessage(playerid,VERDE,"Olб vc foi para TPD6");
				return 1;
			}
		}
	}



	return 1;
}
Prints:

http://i.imgur.com/25pudEJ.png
http://i.imgur.com/DYc63Hg.png
Reply


Messages In This Thread
Menu Em Dialog Nгo Pegando As Funзхes - by LuizReturns - 09.01.2017, 02:13
Re: Menu Em Dialog Nгo Pegando As Funзхes - by HeisenGiromB - 09.01.2017, 03:13
Re: Menu Em Dialog Nгo Pegando As Funзхes - by BobbMarley - 09.01.2017, 03:21
Re: Menu Em Dialog Nгo Pegando As Funзхes - by Claude_StreeT - 09.01.2017, 04:25
Re: Menu Em Dialog Nгo Pegando As Funзхes - by BobbMarley - 09.01.2017, 04:47
Re: Menu Em Dialog Nгo Pegando As Funзхes - by LuizReturns - 09.01.2017, 16:32
Re: Menu Em Dialog Nгo Pegando As Funзхes - by Claude_StreeT - 09.01.2017, 16:36

Forum Jump:


Users browsing this thread: 2 Guest(s)