12.08.2010, 13:19
get the Max X,Y; Min X,Y and do:
pawn Код:
//somewhere on the command or whatever:
...
.....
...
if(IsPlayerInArea(coordinates))
{
code
}
else
{
return SendClientMessage(playerid,YOUR_COLOR,"Sorry, but you are not in the vehicle spawning zone.");
}
rest of the code?
return 1;
}