Help with toys bug.
#3

CMDlattoys(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 4, 912.1011,1430.1176,-81.1762))
{
if(PlayerInfo[playerid][pDonateRank] < 4)
{
SendClientMessageEx(playerid, COLOR_WHITE, "* You are not a Platinum VIP");
}
else
{
ShowPlayerDialog(playerid, BUYTOYSPLAT, DIALOG_STYLE_MSGBOX, "Toy Store", "Welcome to the Platinum VIP Toy store! Here you can buy accessories to attach to your character.\n\nFirst, we will choose a slot to store the toy in.","Continue", "Cancel");
}
}
else
{
SendClientMessageEx( playerid, COLOR_WHITE, " You are not in the Platinum VIP Toys store !" );
}
return 1;
}
Reply


Messages In This Thread
Help with toys bug. - by Strech - 22.06.2012, 09:15
Re: Help with toys bug. - by [MM]RoXoR[FS] - 22.06.2012, 09:20
Re: Help with toys bug. - by Strech - 22.06.2012, 09:48
Re: Help with toys bug. - by [MM]RoXoR[FS] - 22.06.2012, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)