forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
40c1a05dbd
commit
eee5d99097
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Config.Data = {
|
||||||
OwnerRoomSee = true, -- If it's true, the motel owner sees all the rooms and can enter and exit the rooms.
|
OwnerRoomSee = true, -- If it's true, the motel owner sees all the rooms and can enter and exit the rooms.
|
||||||
EmployesRoomSee = true, -- If it's true, motel employees see all the rooms and can enter and exit the rooms.
|
EmployesRoomSee = true, -- If it's true, motel employees see all the rooms and can enter and exit the rooms.
|
||||||
CustomersManage = true, -- If it's true, the room owner enables individuals to access the room management panel.
|
CustomersManage = true, -- If it's true, the room owner enables individuals to access the room management panel.
|
||||||
UseTarget = true, -- If it's true, the targeting system comes into play, and adaptation is made according to your own target.
|
UseTarget = false, -- If it's true, the targeting system comes into play, and adaptation is made according to your own target.
|
||||||
Moneytype = "bank", -- In places such as purchasing a motel room or acquiring a motel business, the place where the payment will be deducted can be cash, bank, or cryptocurrency.
|
Moneytype = "bank", -- In places such as purchasing a motel room or acquiring a motel business, the place where the payment will be deducted can be cash, bank, or cryptocurrency.
|
||||||
["VIP"] = 300000, -- The VIP Rooms stash amount! Config.Lang.["vip"] = "VIP" should be the same as rooms.type = "VIP", and they should all be the same.
|
["VIP"] = 300000, -- The VIP Rooms stash amount! Config.Lang.["vip"] = "VIP" should be the same as rooms.type = "VIP", and they should all be the same.
|
||||||
["Middle"] = 200000, -- The Middle Rooms stash amount! Config.Lang.["middle"] = "Middle" should be the same as rooms.type = "Middle", and they should all be the same.
|
["Middle"] = 200000, -- The Middle Rooms stash amount! Config.Lang.["middle"] = "Middle" should be the same as rooms.type = "Middle", and they should all be the same.
|
||||||
|
@ -152,7 +152,7 @@ Config.Maps = {
|
||||||
},
|
},
|
||||||
["Squatter1"] = {
|
["Squatter1"] = {
|
||||||
out = vector3(326.4063, -224.2108, 39.84),
|
out = vector3(326.4063, -224.2108, 39.84),
|
||||||
manage = vector3(325.3691, -225.4989, 39.84),
|
manage = vector3(325.3912, -230.4275, 39.84),
|
||||||
stash = vector3(329.2565, -226.6805, 39.84),
|
stash = vector3(329.2565, -226.6805, 39.84),
|
||||||
wardrobe = vector3(328.5407, -228.0009, 39.84),
|
wardrobe = vector3(328.5407, -228.0009, 39.84),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue