API
ScreenShots & Recordings
API_Keys = {
ServiceUsed = 'fivemanage', -- discord | fivemanage | fivemerr
Token = 'YOUR_TOKEN', -- fivemanage or fivemerr or discord webhook
}
Discord Logs
Status_TimeOut = 60000 * 3 -- Deafult: 3m Log Discord timeout
Logs = {
['POLICE'] = {
['Status'] = {
Active = true,
Webhook = '',
MSG_ID = 000000000000000000,
},
['Records'] = '', -- Discord Webhook [Recorded Video]
['BOLO'] = '', -- Discord Webhook [Flagged Vehicles]
},
['EMS'] = {
['Status'] = {
Active = true,
Webhook = '',
MSG_ID = 0000000000000000000, -- false if you want it send msg everytime
},
['Records'] = '', -- Discord Webhook [Recorded Video]
['BOLO'] = false,
},
}
Last updated