Skip to main content

ReportingCheater

Gets called when the player is reporting a cheater.

Start a script section

!-- OnEvent ReportingCheater
-- require @evPlayer @evTarget $evReason $evIsAllowed

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: Yes
  • Event data: PlayerReportingCheaterEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who is reporting.
@evTargetplayer valueGets the reported player.
$evReasontext valueGets the reason why is player being reported.
$evIsAllowedbool valueWhether the event is allowed to run.