forked from Simnation/Main
fixes
This commit is contained in:
parent
a474caf290
commit
7fdd486ddb
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
Config = {}
|
||||
|
||||
Config.Data = {
|
||||
BuyMotelPass = true, -- If it's true, the motel purchase screen will be activated, and players can buy motels from that menu.
|
||||
BuyMotelPass = false, -- If it's true, the motel purchase screen will be activated, and players can buy motels from that menu.
|
||||
BuyMotel = vector3(313.24, -225.02, 54.22), -- The coordinates of the motel business sale menu can be set.
|
||||
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.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
Config.Motels = {
|
||||
[1] = {
|
||||
Owner = "",
|
||||
Name = "Oph3z Motel",
|
||||
Name = "Pinkcage Motel",
|
||||
Location = "Pinkcage",
|
||||
Description = "The Pink Cage Motel is a stylish and functional motel located near the street. It consists of 38 rooms, making it a prominent choice for accommodation.",
|
||||
Job = "motel1",
|
||||
Motelid = 1,
|
||||
Price = 2000,
|
||||
Price = 600000,
|
||||
VIPUpgradeMoney = 50000,
|
||||
MiddleUpgradeMoney = 25000,
|
||||
CompanyMoney = 1000,
|
||||
|
@ -3804,7 +3804,7 @@ Config.Motels = {
|
|||
TotalRooms = 26,
|
||||
ActiveRooms = 16,
|
||||
DamagedRooms = 10,
|
||||
Price = 20000,
|
||||
Price = 200000,
|
||||
VIPUpgradeMoney = 50000,
|
||||
MiddleUpgradeMoney = 25000,
|
||||
CompanyMoney = 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue