Usage

Syntax: function onNickChanges(string newNick, string oldNick) { }

Explanation

Is called when a player's nick/name changes.

Example

function onNickChanges(newNick, oldNick)
{
  echo("foo");
}

... echoes "foo".

Categories

CategoryFunctionEvent

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki