14.04.2013, 10:23
As the title says how would I check if a player is in a business or not?
IsPlayerInRangeOfPoint()
use
pawn Код:
|
if(IsPlayerInRangeOfPoint(...))
{
SendClientMessage(playerid, -1, "This business is owned by Isolated.");
SendClientMessage(playerid, -1, "The business sells left handed pens.");
}