05.01.2017, 22:46
I did when someone want to buy ticket of lotto, he must be in the 24/7 market to buy the ticket, but when I try to buy it's still tell me "You're not at 24/7market"
the code:
CMD:buyticket(playerid,params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 3.0,-1674.8900,14.6211,175.705
)
{
SendClientMessage(playerid, COLOR_GREY, "You're not at the 24/7 market!");
return 1;
}
I want to buy only from here: 3.0,-1674.8900,14.6211,175.7058
the code:
CMD:buyticket(playerid,params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 3.0,-1674.8900,14.6211,175.705

{
SendClientMessage(playerid, COLOR_GREY, "You're not at the 24/7 market!");
return 1;
}
I want to buy only from here: 3.0,-1674.8900,14.6211,175.7058