02.10.2012, 06:25
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; }