BanIssued
Gets called when the server has issued a ban.
Start a script section
!-- OnEvent BanIssued
-- require $evBanType *evBanDetails
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
BanIssuedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evBanType | BanType enum value | The type of ban that was issued. |
*evBanDetails | reference to BanDetails object | The details of the ban that was issued. |