ed
This commit is contained in:
parent
d8749b98c1
commit
301457607d
3 changed files with 68 additions and 52 deletions
|
|
@ -8,10 +8,10 @@ return {
|
|||
-- 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 = 'none',
|
||||
service = 'fivemanage',
|
||||
-- Do you want to include screenshots with your logs?
|
||||
-- This is only applicable to Fivemanage and Fivemerr
|
||||
screenshots = false,
|
||||
screenshots = true,
|
||||
-- You can enable (true) or disable (false) specific player events to log here
|
||||
events = {
|
||||
-- register_robbed is when a register has been robbed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue