SCRIPT ERROR: @ox_lib/resource/interface/client/<component>.lua:<line>: No such export <exportName> in resource lation_ui
SCRIPT ERROR: @ox_lib/resource/interface/client/<component>.lua:<line>: No such export <exportName> in resource lation_ui
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:SCRIPT ERROR: Could not load resource file @lation_ui/init.lua
SCRIPT ERROR: Could not load resource file @lation_ui/init.lua
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.luato call the exports directly, such asexports.lation_ui:notify(...).
The /uitheme command says I don't have permission
The /uitheme command says I don't have permission
The Then perform a full server restart.
/uitheme command requires the lation_ui.admin ACE permission. Open your server.cfg (or permissions.cfg on Qbox) and add:The /uisettings command says theme customization is disabled
The /uisettings command says theme customization is disabled
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:My question or issue isn't listed here
My question or issue isn't listed here
Sorry about that! Please reach out to us on Discord or via email at support@lationscripts.com regarding your issue.
