ReportedCheater
Gets called when the player has reported a cheater.
Start a script section
!-- OnEvent ReportedCheater
-- require @evPlayer @evTarget $evReason
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerReportedCheaterEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who sent the report. |
@evTarget | player value | Gets the reported player. |
$evReason | text value | Gets the reason why is the player being reported. |