โน๏ธUsage
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