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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who sent reported. |
@evTarget | player value | Gets the player who was reported. |
$evReason | text value | Gets the reason why was the player reported. |