Statistics: Posted by FunkOff — 18 Jun 2013, 11:25
IsUnitCloseToPoint = function(unit, point)
local position = unit:GetPosition()
if VDist3(position, point) < 5 then
return true
else
return false
end
end
if VDist3(position, point) < 5 then
position[1] - point[1] < 5 and position[3] - point[3] < 5 then
Statistics: Posted by Ze_PilOt — 17 Jun 2013, 22:15
Statistics: Posted by ColonelSheppard — 10 Jun 2013, 02:33
Statistics: Posted by FunkOff — 10 Jun 2013, 02:27