⚙️Configuration
There is five files for configuration. All files at config folder.
OpenCommand This variable sets the open command for inventory, inventory open key can be changed from Fivem Keybinds.
PlayerLevel This function is for getting the player's level. If you are not using any level system you can edit the return value as false. If you are using a levelsystem you can set your system export or callback as return value.
PlayerLevel = function()
return exports["yourxpsystem"]:XPGetter() or false
end
Rarity Types
legend
epic
rare
uncommon
common
Last updated