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
There are no comments on this page. [Add comment]