Configuration
1. Files change
2. config.lua
Config.names_users = true -- true / falseConfig.DisconnectReason = "vames.tebex.io - Thanks for game, see you soon..."Config.Actions = {
inventory = function()
exports["inventory"]:showInventory()
end,
report = function()
exports["prp_reports"]:showReports()
end,
}3. Blocking use pausemenu in other scripts
Last updated