1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-11 10:40:31 +02:00
parent 3c86584f90
commit 40c1a05dbd

View file

@ -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 = 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. 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.