03.02.2012, 12:46
For example a command using zcmd.
pawn Code:
CMD:buycrack(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid,2.0, x, y, z) ) // Your coordinates
{
SendClientMessage(playerid, "You have purchased a bag of crack.");
}
return 1;
}