Usage

Syntax: function onPlayerNickChanges(obj) { }

Explanation

Is called when the provided player has a new nickname.

Example

function onPlayerNickChanges(obj)
{
  echo("foo");
}

... echoes "foo".

Categories

CategoryFunctionEvent
CategoryExpansionRequired
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki