diff --git a/imports/zones/client.lua b/imports/zones/client.lua index 27e2cd2..2dde5e6 100644 --- a/imports/zones/client.lua +++ b/imports/zones/client.lua @@ -307,8 +307,7 @@ local function debugPoly(self) end 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, - self.radius, 255, 42, 24, 100, false, false, 0, true, false, false, false) + 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) end local function contains(self, coords) diff --git a/resource/zoneCreator/client.lua b/resource/zoneCreator/client.lua index 29f936f..551bcae 100644 --- a/resource/zoneCreator/client.lua +++ b/resource/zoneCreator/client.lua @@ -193,7 +193,7 @@ local function startCreator(arg) drawLines() 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 if controlsActive then