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