16 lines
356 B
Lua
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'] = '',
|
|
}
|