Skip to main content

RaPlayerListAddedPlayer

Gets called when a target player was added to the remote admin player list while processing the request for the player.

Start a script section

!-- OnEvent RaPlayerListAddedPlayer
-- require @evPlayer @evTarget *evTargetBuilder

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe player that requested the RA player list.
@evTargetplayer valueThe player that was added to the RA player list.
*evTargetBuilderreference to StringBuilder objectThe StringBuilder used to construct the RA player list item for the Target.
Remarks: String builder is not empty in this event and contains the RA list item for the Target.