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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The player that requested the RA player list. |
@evTarget | player value | The player that was added to the RA player list. |
*evTargetBuilder | reference to StringBuilder object | The 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. |