Unmuting
Gets called when the player is being unmuted.
Start a script section
!-- OnEvent Unmuting
-- require @evPlayer @evIssuer $evIsIntercom $evIsAllowed
# Add your instructions here
- Group: PlayerEvents
- Cancellable: Yes
- Event data:
PlayerUnmutingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who is being unmuted. |
@evIssuer | player value | Gets the player who issued the unmute action. |
$evIsIntercom | bool value | Gets or sets whether is unmute for intercom. |
$evIsAllowed | bool value | Whether the event is allowed to run. |