The dialog does not appear
#1

I have one more problems with dialogue, when I type the command /lvpd dialog does not appear. Where is the mistake of this:
Код:
CMD:lvpd(playerid, params[])
{
	if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
	{
		if (IsPlayerInRangeOfPoint(playerid,3,244.131195, 190.252990, 1008.171875))
		{
			ShowPlayerDialog(playerid, DIALOG_LVPD, DIALOG_STYLE_LIST, "Loker LVPD","Kerja\nPeralatan\nPakaian", "Pilih", "Batal");
		}
		else
		{
			SendClientMessageEx(playerid, COLOR_WHITE, "Kamu tidak sedang berada dekat dengan Locker LVPD.");
		}
	}
	return 1;
}
Reply


Messages In This Thread
The dialog does not appear - by Jassey - 02.10.2012, 06:25
Re: The dialog does not appear - by trapstar2020 - 02.10.2012, 06:37
Re: The dialog does not appear - by Jassey - 02.10.2012, 06:42
Re: The dialog does not appear - by trapstar2020 - 02.10.2012, 07:11
Re: The dialog does not appear - by Jarnu - 02.10.2012, 07:45
Re: The dialog does not appear - by XtremeR - 02.10.2012, 07:48
Re: The dialog does not appear - by RedJohn - 02.10.2012, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)