Locker help.
#1

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"



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;
}

}

thanks for help guys
Reply


Messages In This Thread
Locker help. - by DonMaraz - 18.12.2014, 19:52
Re: Locker help. - by Luicy. - 18.12.2014, 19:54
Re: Locker help. - by DonMaraz - 18.12.2014, 19:55
Re: Locker help. - by Luicy. - 18.12.2014, 20:02
Re: Locker help. - by DonMaraz - 18.12.2014, 20:05
Re: Locker help. - by Luicy. - 18.12.2014, 20:23
Re: Locker help. - by zT KiNgKoNg - 18.12.2014, 20:29
Re: Locker help. - by DonMaraz - 18.12.2014, 20:36
Re: Locker help. - by PowerPC603 - 18.12.2014, 20:47
Re: Locker help. - by DonMaraz - 18.12.2014, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)