OnAfterBanningUser

Revision as of 03:22, 5 July 2016 by Sinisakrisan (Talk | contribs)

Description

This event will be triggered when the user is banned.

Params

An array of two items; user id who performed the banning action and the user id which is banned.

Example

function OnAfterBanningUser( --what here?-- ) 
{
     // How do i get id of user that made the ban and the user who is banned
}