forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
004f0ed0d6
commit
6d889ee0ad
1 changed files with 4 additions and 4 deletions
|
@ -30,9 +30,9 @@ config.shells = {
|
||||||
['billo'] = {
|
['billo'] = {
|
||||||
shell = `tpcm_shell_room`,
|
shell = `tpcm_shell_room`,
|
||||||
offsets = {
|
offsets = {
|
||||||
exit = vec3(326.1856, -224.2521, 39.8385),
|
exit = vec3(326.1856, -224.2521, 0.9),
|
||||||
stash = vec3(329.2448, -226.5258, 39.8592),
|
stash = vec3(329.2448, -226.5258, 0.9),
|
||||||
wardrobe = vec3(328.7001, -227.8254, 39.8385),
|
wardrobe = vec3(328.7001, -227.8254, 0.9),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
['modern'] = {
|
['modern'] = {
|
||||||
|
@ -76,7 +76,7 @@ config.motels = {
|
||||||
[1] = { -- index name of motel
|
[1] = { -- index name of motel
|
||||||
manual = false, -- 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 = 'modern', -- shell type, configure only if using Mlo = true
|
shell = 'billo', -- shell type, configure only if using Mlo = true
|
||||||
label = 'Pink Cage Motel',
|
label = 'Pink Cage Motel',
|
||||||
rental_period = 'day',-- hour, day, month
|
rental_period = 'day',-- hour, day, month
|
||||||
rate = 1000, -- cost per period
|
rate = 1000, -- cost per period
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue