JiminyKroket / Invhud

ESX_InventoryHUD rework
11 stars 12 forks source link

hotbar use #46

Closed xrtw closed 3 years ago

xrtw commented 3 years ago

if you put on the hotbar not usable item and player use it SCRIPT ERROR: @extendedmode/server/functions.lua:265: attempt to call a nil value (field '?') ESX.UseItem = function(source, item) ESX.UsableItemsCallbacks[item](source) end

xrtw commented 3 years ago

ESX.UseItem = function(source, item) if ESX.UsableItemsCallbacks[item] then ESX.UsableItemsCallbacks[item](source) end end