fix(rv-maphold): foloseste QBCore nativ pt HasItem, fara export qb-inventory
This commit is contained in:
@@ -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'] = '',
|
||||
}
|
||||
Reference in New Issue
Block a user