Skip to main content

ReportedPlayer

Gets called when the player has reported another player.

Start a script section

!-- OnEvent ReportedPlayer
-- require @evPlayer @evTarget $evReason

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerReportedPlayerEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who sent reported.
@evTargetplayer valueGets the player who was reported.
$evReasontext valueGets the reason why was the player reported.