Skip to main content

RequestedCustomRaInfo

Gets called when a player requested info for an unknown target in the remote admin.

Start a script section

!-- OnEvent RequestedCustomRaInfo
-- require @evPlayer &evSelectedIdentifiers $evIsSensitiveInfo *evInfoBuilder

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe player that made the request.
&evSelectedIdentifierscollection of text valueArray of identifiers selected by the player. Identifiers come from items in the RA player list that have been placed by plugins RequestingRaPlayerList.
$evIsSensitiveInfobool valueGets whether the Player requested sensitive info.
*evInfoBuilderreference to StringBuilder objectGets the StringBuilder used to construct the response message.