List of commands
Each command has its explanation on the right side, if any command does not work, you can check if you used its syntax correctly, you can later claim it in a ticket.
/setmotelowner
Command to set motel owner, editable in config.lua.
/createmotel
Command to create motel, editable in config.lua.
/editmotel
Command to edit motel, editable in config.lua.
/deletemotel
Command to delete motel, editable in config.lua.
/save-motel
Save data command, editable in config.lua.
/shareMotelKey [id]
Room sharing command, editable in config.lua.
/raid
Start police raid, editable in config.lua.
How to execute commands using code
This step is very simple, you can use ExecuteCommand('command') anywhere in your code, but for this you should read the ExecuteCommand usage guide at the following link.
How to execute commandsLast updated