Files
qb-core-qbcore-fivem/server
BerkieBb 65c1eb70c9 HasItem callback made compatible with multiple items
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.
2021-06-19 14:48:19 +02:00
..
2021-04-26 08:32:21 -07:00
2021-04-08 19:11:32 -05:00
2021-04-08 19:11:32 -05:00
2021-06-18 17:45:37 +02:00
2021-04-08 19:11:32 -05:00
2021-06-18 17:46:06 +02:00