📚HRLib
A FiveM library script
Installation
Download HRLib
Configure it from it's config.lua file
Write this in your server.cfg:
Restart your server
Config Preview
Functions Usage
To access our library's functions here are two types of access
Export Method
A couple functions are not available in the export method
Import Method
In the import, the library's translator is automatically added. If you want to remove it from your script, write this in your fxmanifest.lua file:
Otherwise, if you want to use it and you use the import method, you should only add this to your fxmanifest.lua file:
Translation Usage
To use our translator, you should create a new file directly in your script, named translation.lua. File Format:
Then write this in your fxmanifest.lua:
Last updated