forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
f19fdc73e6
commit
490798ec4c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue