ADD
This commit is contained in:
parent
d58e87474f
commit
a474caf290
17 changed files with 2643 additions and 0 deletions
36
resources/[jobs]/[crime]/lation_247robbery/config/server.lua
Normal file
36
resources/[jobs]/[crime]/lation_247robbery/config/server.lua
Normal file
|
@ -0,0 +1,36 @@
|
|||
return {
|
||||
|
||||
----------------------------------------------
|
||||
-- 💬 Setup logging system
|
||||
----------------------------------------------
|
||||
|
||||
logs = {
|
||||
-- What logging service do you want to use?
|
||||
-- Available options: 'fivemanage', 'fivemerr', 'discord' & 'none'
|
||||
-- It is highly recommended to use a proper logging service such as Fivemanage or Fivemerr
|
||||
service = 'discord',
|
||||
-- Do you want to include screenshots with your logs?
|
||||
-- This is only applicable to Fivemanage and Fivemerr
|
||||
screenshots = false,
|
||||
-- You can enable (true) or disable (false) specific player events to log here
|
||||
events = {
|
||||
-- register_robbed is when a register has been robbed
|
||||
register_robbed = true,
|
||||
-- safe_robbed is when.. come on now, you gotta know..
|
||||
safe_robbed = true
|
||||
},
|
||||
-- If service = 'discord', you can customize the webhook data here
|
||||
-- If not using Discord, this section can be ignored
|
||||
discord = {
|
||||
-- The name of the webhook
|
||||
name = '24/7 Robbery Logs',
|
||||
-- The webhook link
|
||||
link = 'https://discord.com/api/webhooks/1379948922344050768/GYG104XUy2wIVDRMeoRLnk8QbvMnEJjsz4yLsrzM0rJO_ZYOV_n8NUowjT1ez2SaQTTb',
|
||||
-- The webhook profile image
|
||||
image = 'https://i.imgur.com/ILTkWBh.png',
|
||||
-- The webhook footer image
|
||||
footer = 'https://i.imgur.com/ILTkWBh.png'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue