12.07.2010, 16:04
Quote:
I have a question.
If I'd do: pawn Code:
pawn Code:
|
These are the same:
pawn Code:
if(IsPlayerInRangeOfPoint(playerid, 10.0, x, y, z))
if(GetDistanceBetweenPlayers(playerid, id) <= 10.0)
I have a question.
If I'd do: pawn Code:
pawn Code:
|
if(IsPlayerInRangeOfPoint(playerid, 10.0, x, y, z))
if(GetDistanceBetweenPlayers(playerid, id) <= 10.0)