18.12.2014, 19:52
Hey guys.
I need some help with creating vip locker.
when I type /blackmarket (( donators's locker )) it opens a list but when I press on the section Heal / Armor / weapons
it says "Don Is possibly trying to spoof a dialog"
thanks for help guys
I need some help with creating vip locker.
when I type /blackmarket (( donators's locker )) it opens a list but when I press on the section Heal / Armor / weapons
it says "Don Is possibly trying to spoof a dialog"
Quote:
CMD:blackmarket(playerid, params[]) { if(PlayerInfo[playerid][pDonator] >= 1 || PlayerInfo[playerid][pDonator] >= 1) { if(IsPlayerInRangeOfPoint(playerid, 1, 297.03, -38.52, 1001.52)) { ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Black Market", "Heal\nArmor\nWeapons", "Select", "Cancel"); } else { SendClientMessage(playerid, COLOR_WHITE, "You're not in range of the locker."); } } return 1; } } |