LGF REPORT SYSTEM
Simple report System using Ox Library
FRAMEWORK
- LGF
- QBOX
- ESX
Configuration
-
Command Panel Report:
- Command to open the report menu for allowed groups (
Config.CommandPannelReport
).
- Command to open the report menu for allowed groups (
-
Command Send Report:
- Command to send a report (
Config.CommandSendReport
).
- Command to send a report (
-
Webhook for Reports:
- Discord webhook URL to send report data and screenshots (
Config.WebhookReportScreen
).
- Discord webhook URL to send report data and screenshots (
-
Report Cooldown:
- Cooldown period between sending reports (
Config.CoolDownSendReport
).
- Cooldown period between sending reports (
Allowed Groups for Report Panel
- Config.allowedGroups:
- Only users in these groups (
admin
,mod
) or others can access the report panel (qbox work withadmin
ace perms
)
- Only users in these groups (
Report Types
- Config.TypeReport:
- Different types of reports users can submit, or you can add more:
- Bug (
label = 'Bug', value = 'bug'
) - Report Player (
label = 'Report Player', value = 'ReportPlayer'
) - Information (
label = 'Information', value = 'information'
)
- Bug (
- Different types of reports users can submit, or you can add more:
Dependencies
-
OX LIB:
- Essential library for extended functionalities. OX LIB
-
SCREENSHOT-BASIC:
- Needed for capturing and sending screenshots with reports. SCREENSHOT-BASIC
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 500 |
Requirements | ox_lib |
Support | Yes |