OnClientChangeNick

From Multi Theft Auto: Wiki
Revision as of 23:18, 21 October 2011 by Ccw (talk | contribs)
Jump to navigation Jump to search

Template:DeprecatedWithAlt

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

Client events


Event functions