forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
c868ade135
commit
80e5dcce43
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
config = {}
|
||||
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.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
|
||||
|
@ -74,7 +74,7 @@ end
|
|||
|
||||
config.motels = {
|
||||
[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
|
||||
shell = 'standard', -- shell type, configure only if using Mlo = true
|
||||
label = 'Pink Cage Motel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue