โ„น๏ธUsage

All of our resources are designed to be compatible with any framework or inventory. However, certain functionalities may be missing in some frameworks and inventories. For optimal performance, we strongly recommend using "ox_inventory" with our resources.


To enable, and use the library and its functions, add @elite-lib/shared/init.lua to your fxmanifest.lua file inside of your resource folder. Once complete, you will gain access to all of our library's useful functions, bridge, utility and migration tools.

You can add the library's init file, like this:

shared_scripts {
    "@elite-lib/shared/init.lua"
}

Or, like this:

shared_script "@elite-lib/shared/init.lua"

If you use more than one shared file, feel free to use the first option.

Last updated