Skip to main content

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

VariableTypeDescription
@evPlayerplayer valueGets the player who sent the report.
@evTargetplayer valueGets the reported player.
$evReasontext valueGets the reason why is the player being reported.