09.04.2010, 20:19
Is the other way around of IsPlayerInRangeOfPoint "!IsPlayerInRangeOfPoint"?
if(!IsPlayerInRangeOfPoint(playerid,15,1587.5613,-2689.1929,771.5931))
{
SetPlayerPos(playerid,1587.5613,-2689.1929,771.5931);
}
return 1;
Is it possible to do this?
if(!IsPlayerInRangeOfPoint(playerid,15,1587.5613,-2689.1929,771.5931))
{
SetPlayerPos(playerid,1587.5613,-2689.1929,771.5931);
}
return 1;
Is it possible to do this?