2026-04-14 17:41:39 +02:00

16 lines
371 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'] = '',
}