OnPlayerChangeNick: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created.)
 
No edit summary
Line 19: Line 19:
</syntaxhighlight>
</syntaxhighlight>


{{See also/Server event|Client events}}
{{See also/Server event|Player events}}

Revision as of 16:29, 4 April 2009

This event is triggered when a player changes his nickname.

Parameters

string oldNick, string newNick
  • oldNick: the nickname the player had before.
  • newNick: the new nickname of the player.

Source

The source of this event is the player that changed his nick

Example


See Also

Player events


Event functions