From 44833e6c718084a7191e63d0bf53e59494d9c69f Mon Sep 17 00:00:00 2001 From: jimathy Date: Tue, 8 Feb 2022 20:16:31 +0000 Subject: [PATCH] Update client.lua debugPoly=fuck off --- client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.lua b/client.lua index 84c5fb8..8a79ec7 100644 --- a/client.lua +++ b/client.lua @@ -28,7 +28,7 @@ if GetCurrentResourceName() == resource then QBCore.Functions.GetPlayerData(func Citizen.CreateThread(function() local jobroles = {} for k, v in pairs(Config.Jobs) do jobroles[tostring(k)] = 0 end - exports['qb-target']:AddBoxZone("JimBank", vector3(251.75, 222.17, 106.2), 0.6, 2.0, { name="JimBank", heading = 340.0, debugPoly=true, minZ = 105.75, maxZ = 107.29, }, + exports['qb-target']:AddBoxZone("JimBank", vector3(251.75, 222.17, 106.2), 0.6, 2.0, { name="JimBank", heading = 340.0, debugPoly=false, minZ = 105.75, maxZ = 107.29, }, { options = { { event = "jim-payments:Tickets:Menu", icon = "fas fa-receipt", label = "Cash in Receipts", job = jobroles } }, distance = 2.0 })