From 9c601f88bf9fc5edff881e58c5eb057c033d8053 Mon Sep 17 00:00:00 2001 From: LeSiiN <103898231+LeSiiN@users.noreply.github.com> Date: Sat, 23 Dec 2023 02:43:09 +0100 Subject: [PATCH] added useZ for House Zone I included the useZ parameter because typically, beneath that house Garage, there exists a shell from qb-houses. By utilizing useZ, the PolyZone is constrained in terms of height, limiting it to the actual radius of the underlying circle. --- client/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.lua b/client/main.lua index 10cf329..1e4950d 100644 --- a/client/main.lua +++ b/client/main.lua @@ -318,6 +318,7 @@ local function CreateHouseZone(index, garage, zoneType) local houseZone = CircleZone:Create(garage.takeVehicle, 5.0, { name = zoneType .. '_' .. index, debugPoly = false, + useZ = true, data = { indexgarage = index, type = zoneType,