Unmuted
Gets called when the player has been unmuted.
Start a script section
!-- OnEvent Unmuted
-- require @evPlayer @evIssuer $evIsIntercom
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerUnmutedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who was unmuted. |
@evIssuer | player value | Gets the player who issued the unmute. |
$evIsIntercom | bool value | Gets whether the unmute was for intercom. |