17.06.2012, 14:20
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z))
{
//Code that happens if they are in range of point
}
else
{
//Code that happens if they are not in range of point
}
if(IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z))
{
//Code that happens if they are in range of point
}
else
{
//Code that happens if they are not in range of point
}