Files
red-valley/resources/[framework]/[addons]/qs-advancedgarages/server/custom/misc/webhooks.lua
2026-03-29 21:41:17 +03:00

16 lines
356 B
Lua

--[[
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 = {
['take_vehicle'] = '',
['save_vehicle'] = '',
['recovery_vehicle'] = '',
['impound_vehicle'] = '',
['give_vehicle'] = '',
}