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