Skip to main content

RequestedRaPlayerList

Gets called when the player had requested the remote admin player list.

Start a script section

!-- OnEvent RequestedRaPlayerList
-- require @evPlayer *evListBuilder

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe player that requested the RA player list.
*evListBuilderreference to StringBuilder objectThe StringBuilder used to construct the RA player list.
Remarks: String builder is not empty in this event and contains the RA list.