Dialog Mixed
#9

Here you go, No, I don't use any FS

Код:
CMD:tele( playerid )
{
	ShowPlayerDialog(playerid, D_TELE, DIALOG_STYLE_TABLIST_HEADERS, "TELE", "Teleports\tCommands\nStunt Zones\t(/stunt)", "Select", "Close");
	return 1;
}
	if(dialogid == D_TELE)
    {
		if(response)
		{
   			if(listitem == 0)
			{
				ShowPlayerDialog(playerid, D_TELE+1, DIALOG_STYLE_TABLIST_HEADERS, "STUNTS", "Teleport\tCommand\nLos Santos Airport\t(/lsa)", "Port", "Cancel");
			}
   			return 1;
   		}
  	}
	if(dialogid == D_TELE+1)
	{
		if(response)
		{
      		if(listitem == 0)
			{
				SetPlayerPos(playerid, 2048.1663,-2261.8228,18.5524);
				SetPlayerFacingAngle(playerid, 147.1641);
				SetPlayerInterior(playerid,0);
				SetCameraBehindPlayer(playerid);
				SendClientMessage(playerid, -1, "Teleported!");
   			}
		}
	}
	if(dialogid == D_SET)
	{
		if (response)
		{
    		switch (listitem)
			{
   				case 0:
				{
					PlayerInfo[ playerid ][ SET ] = 0;
					GiveWeaponSet(playerid, 0);
					SendClientMessage(playerid, -1, "You choose this set");
				}
   			}
		}
 	}
Reply


Messages In This Thread
Dialog Mixed - by Hunud - 03.05.2017, 10:03
Re: Dialog Mixed - by aoky - 03.05.2017, 10:10
Re: Dialog Mixed - by iLearner - 03.05.2017, 10:11
Re: Dialog Mixed - by Hunud - 03.05.2017, 10:22
Re: Dialog Mixed - by Hunud - 03.05.2017, 10:32
Re: Dialog Mixed - by iLearner - 03.05.2017, 10:39
Re: Dialog Mixed - by Hunud - 03.05.2017, 10:45
Re: Dialog Mixed - by Logic_ - 03.05.2017, 10:53
Re: Dialog Mixed - by Hunud - 03.05.2017, 11:01
Re: Dialog Mixed - by Logic_ - 03.05.2017, 11:03

Forum Jump:


Users browsing this thread: 4 Guest(s)