From 7fdd486ddb595f85d4aa9ec8fc5063dfe84df3fe Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 24 Jun 2025 23:32:17 +0200 Subject: [PATCH] fixes --- resources/[housing]/oph3z-motels/config/config.lua | 2 +- resources/[housing]/oph3z-motels/config/config_motels.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/[housing]/oph3z-motels/config/config.lua b/resources/[housing]/oph3z-motels/config/config.lua index c42ec2838..f59915b1e 100644 --- a/resources/[housing]/oph3z-motels/config/config.lua +++ b/resources/[housing]/oph3z-motels/config/config.lua @@ -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. diff --git a/resources/[housing]/oph3z-motels/config/config_motels.lua b/resources/[housing]/oph3z-motels/config/config_motels.lua index d97857123..ed3befa03 100644 --- a/resources/[housing]/oph3z-motels/config/config_motels.lua +++ b/resources/[housing]/oph3z-motels/config/config_motels.lua @@ -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,