mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(client/zones): disable marker rotation
This commit is contained in:
@@ -307,8 +307,7 @@ local function debugPoly(self)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function debugSphere(self)
|
local function debugSphere(self)
|
||||||
DrawMarker(28, self.coords.x, self.coords.y, self.coords.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, self.radius, self.radius,
|
DrawMarker(28, self.coords.x, self.coords.y, self.coords.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, self.radius, self.radius, self.radius, 255, 42, 24, 100, false, false, 0, false, false, false, false)
|
||||||
self.radius, 255, 42, 24, 100, false, false, 0, true, false, false, false)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function contains(self, coords)
|
local function contains(self, coords)
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ local function startCreator(arg)
|
|||||||
|
|
||||||
drawLines()
|
drawLines()
|
||||||
elseif zoneType == 'sphere' then
|
elseif zoneType == 'sphere' then
|
||||||
DrawMarker(28, xCoord, yCoord, zCoord, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, height, height, height, 255, 42, 24, 100, false, false, 0, true, false, false, false)
|
DrawMarker(28, xCoord, yCoord, zCoord, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, height, height, height, 255, 42, 24, 100, false, false, 0, false, false, false, false)
|
||||||
end
|
end
|
||||||
|
|
||||||
if controlsActive then
|
if controlsActive then
|
||||||
|
|||||||
Reference in New Issue
Block a user