mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
65c1eb70c9
To add multiple items to the callback you use it like this
QBCore.Funtions.TriggerCallback('QBCore:HasItem', function(result)
if result then
print('has items')
end
end, {"item1", "item2"})
Also still compatible with 1 item.