diff --git a/resources/[housing]/renzu_motels/config.lua b/resources/[housing]/renzu_motels/config.lua index a8ea7abc6..60f010898 100644 --- a/resources/[housing]/renzu_motels/config.lua +++ b/resources/[housing]/renzu_motels/config.lua @@ -1,6 +1,6 @@ config = {} config.wardrobe = 'illenium-appearance' -- choose your skin menu -config.target = qb-target -- false = markers zones type. true = ox_target, qb-target +config.target = true -- false = markers zones type. true = ox_target, qb-target config.business = false -- allowed players to purchase the motel config.autokickIfExpire = false -- auto kick occupants if rent is due. if false owner of motel must kick the occupants config.breakinJobs = { -- jobs can break in to door using gunfire in doors @@ -82,7 +82,7 @@ config.motels = { rate = 1000, -- cost per period businessprice = 1000000, motel = 'pinkcage', - payment = 'money', -- money, bank + payment = 'bank', -- money, bank door = `gabz_pinkcage_doors_front`, -- door hash for MLO type rentcoord = vec3(313.38,-225.20,54.212), coord = vec3(326.04,-210.47,54.086), -- center of the motel location @@ -271,9 +271,9 @@ config.motels = { -- manual = false, -- set the motel to auto accept occupants or false only the owner of motel can accept Occupants -- Mlo = true, -- if MLO you need to configure each doors coordinates,stash etc. if false resource will use shells -- shell = 'modern', -- shell type, configure only if using Mlo = true - -- label = 'Yacht Club Motel', + -- label = 'Starlight Motel', -- rental_period = 'day',-- hour, day, month - -- payment = 'money', -- money, bank + -- payment = 'bank', -- money, bank -- rate = 1000, -- cost per period -- motel = 'yacht', -- door = `gabz_pinkcage_doors_front`, -- door hash for MLO type