Skip to main content
If you are seeing the above error, it simply means you have an incorrect resource start order in your server.cfg file. You must verify that lation_ui is ensured before ox_lib! You’re server.cfg should look similar to this:
As of v2.0.0, the old init.lua compatibility bridge has been removed (as announced over the past several months). You have two options:
  • Recommended: Use our ox_lib fork - it automatically forwards all lib.* UI calls to Modern UI with zero code changes.
  • Update the script referencing @lation_ui/init.lua to call the exports directly, such as exports.lation_ui:notify(...).
The /uitheme command requires the lation_ui.admin ACE permission. Open your server.cfg (or permissions.cfg on Qbox) and add:
Then perform a full server restart.
Personal player themes are disabled by default. To allow players to personalize their own UI, add the following convar to your server.cfg and perform a full server restart:
Sorry about that! Please reach out to us on Discord or via email at support@lationscripts.com regarding your issue.