16.09.2012, 21:56
ok, since nobody else is helping yet i'll try lol.
instead of saying "radius" why don't you just put the distance.
Not if(IsPlayerInRangeOfPoint(playerid, radius, Pos[0], Pos[1], Pos[2]))
But if(IsPlayerInRangeOfPoint(playerid, 20, Pos[0], Pos[1], Pos[2])) or whatever range you wanna use
instead of saying "radius" why don't you just put the distance.
Not if(IsPlayerInRangeOfPoint(playerid, radius, Pos[0], Pos[1], Pos[2]))
But if(IsPlayerInRangeOfPoint(playerid, 20, Pos[0], Pos[1], Pos[2])) or whatever range you wanna use