1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-10 13:45:34 +02:00
parent c868ade135
commit 80e5dcce43

View file

@ -1,6 +1,6 @@
config = {} config = {}
config.wardrobe = 'illenium-appearance' -- choose your skin menu config.wardrobe = 'illenium-appearance' -- choose your skin menu
config.target = true -- false = markers zones type. true = ox_target, qb-target config.target = false -- false = markers zones type. true = ox_target, qb-target
config.business = false -- allowed players to purchase the motel 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.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 config.breakinJobs = { -- jobs can break in to door using gunfire in doors
@ -74,7 +74,7 @@ end
config.motels = { config.motels = {
[1] = { -- index name of motel [1] = { -- index name of motel
manual = true, -- set the motel to auto accept occupants or false only the owner of motel can accept Occupants manual = false, -- set the motel to auto accept occupants or false only the owner of motel can accept Occupants
Mlo = false, -- if MLO you need to configure each doors coordinates,stash etc. if false resource will use shells Mlo = false, -- if MLO you need to configure each doors coordinates,stash etc. if false resource will use shells
shell = 'standard', -- shell type, configure only if using Mlo = true shell = 'standard', -- shell type, configure only if using Mlo = true
label = 'Pink Cage Motel', label = 'Pink Cage Motel',