Open Commands
OpenSettings - Represents the admin menu accessible only to selected users.
OpenRewards - Represents the rewards/missions menu accessible to regular users
shared/config.lua
Config.Commands = {
OpenRewards = 'rewards',
OpenSettings = 'rewards-settings',
}Related pages
- Changing Language — Explanation of the locale configuration in the script
- Debug Prints — Explanation of the debug configuration in the script
- Shop Link — Explanation of the shop link configuration in the script
- Theme — Explanation of the color configuration in the script
- Auto Table — Explanation of the auto table configuration in the script
- Rewards — Explanation of the rewards configuration in the script
- Configuration — back to the section overview