NOTIFIER_PERMISSION
Last edited bySimple_AOB10/16/2025
When a notifier should be usable. Most of the time PERMISSION_ALL works best, but any of these can be used depending on your usecase.
For example, when a notifier is set to PERMISSION_MENU, your notifier code is only run when the command is used in the main menu
PERMISSION_ALL
= 0PERMISSION_MENU
= (1 << 0)PERMISSION_SOCCAR
= (1 << 1)PERMISSION_FREEPLAY
= (1 << 2)PERMISSION_CUSTOM_TRAINING
= (1 << 3)PERMISSION_ONLINE
= (1 << 4)PERMISSION_PAUSEMENU_CLOSED
= (1 << 5)PERMISSION_REPLAY
= (1 << 6)PERMISSION_OFFLINE
= (1 << 7)
Was this article helpful?
Your feedback helps us improve our documentation
No contributors yet.