forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
3c86584f90
commit
40c1a05dbd
1 changed files with 1 additions and 1 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.
|
||||
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.
|
||||
UseTarget = false, -- If it's true, the targeting system comes into play, and adaptation is made according to your own target.
|
||||
UseTarget = true, -- 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.
|
||||
["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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue