17.09.2011, 07:14
pawn Код:
if( IsPlayerInRangeOfPoint( playerid, 2.0, X, Y ,Z ) || IsPlayerInRangeOfPoint( playerid, 2.0, X, Y ,Z ) )
{
//continue;
}
else
{
//SetPlayerPos(playerid, X, Y, Z); // Just to debug where the actual place is.
}