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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue