1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 23:32:17 +02:00
parent a474caf290
commit 7fdd486ddb
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
Config = {} Config = {}
Config.Data = { 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. 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. 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.

View file

@ -1,12 +1,12 @@
Config.Motels = { Config.Motels = {
[1] = { [1] = {
Owner = "", Owner = "",
Name = "Oph3z Motel", Name = "Pinkcage Motel",
Location = "Pinkcage", 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.", 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", Job = "motel1",
Motelid = 1, Motelid = 1,
Price = 2000, Price = 600000,
VIPUpgradeMoney = 50000, VIPUpgradeMoney = 50000,
MiddleUpgradeMoney = 25000, MiddleUpgradeMoney = 25000,
CompanyMoney = 1000, CompanyMoney = 1000,
@ -3804,7 +3804,7 @@ Config.Motels = {
TotalRooms = 26, TotalRooms = 26,
ActiveRooms = 16, ActiveRooms = 16,
DamagedRooms = 10, DamagedRooms = 10,
Price = 20000, Price = 200000,
VIPUpgradeMoney = 50000, VIPUpgradeMoney = 50000,
MiddleUpgradeMoney = 25000, MiddleUpgradeMoney = 25000,
CompanyMoney = 1000, CompanyMoney = 1000,