fix(rv-maphold): foloseste QBCore nativ pt HasItem, fara export qb-inventory

This commit is contained in:
2026-04-01 22:42:06 +03:00
parent 6112500590
commit ddc4d116db
705 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
--[[
Welcome webhooks setup!
Here you will have the link to configure the admin webhooks,
you can modify them from server/custom/misc/SetInventoryData.lua.
]]
Webhooks = Webhooks or {}
Webhooks = {
['exploit'] = '',
['admin'] = '',
['bought'] = '',
['sell'] = '',
['swap'] = '',
['drop'] = '',
['stash'] = '',
['trunk'] = '',
['garbage'] = '',
['robbery'] = '',
['glovebox'] = '',
['giveitem'] = '',
['crafting'] = '',
['traphouse'] = '',
}