07.08.2011, 23:47
Quote:
|
I like it, simple and smooth but I tried to use /asellcar and it tells me that I need to be at the dealership, any possible way to avoid this restriction? and if you have one, try to put some details as I'm not a code's dude.
|
Code:
if(!IsAtDealership(playerid))
{
SendClientMessage(playerid, COLOR_GREY, " You are not at dealership ! ");
return 1;
}


