multitheftauto / mtasa-resources

This project maintains a list of up-to-date resources that come with Multi Theft Auto.
https://multitheftauto.com
MIT License
150 stars 146 forks source link

Add option to disable default report system. #472

Closed CArg22 closed 4 weeks ago

CArg22 commented 3 months ago

Adds option "reportsEnabled" that can be used to disable or enabled default reports. Often servers are implementing this kind of system by themself so to do not duplicate functionality they can easily disable default report system.

FileEX commented 2 months ago

The idea is good because now you have to manually fiddle with the file to disable the default reports. Many servers have their own reporting systems, which makes reports from the admin panel unnecessary and the ability to disable them is good.

If the code will be revised and tested it can also be forward-ported to admin2

Nico8340 commented 1 month ago

Any updates on this?

Dutchman101 commented 4 weeks ago

Superseded by #501