ESX Compatibility

If you are using ESX framework, you should follow the steps below.

Step 1: Find es_extended/server/common.lua

Open this file with Notepad++ or VSCode

Step 2: Modify

Paste the code below into an empty field.

exports("checkUsableItem", function(itemName)
    return Core.UsableItemsCallbacks[itemName]
end)

Then save the file and that's it!

Last updated