Server-side event

onPlayerChangeNick

From Multi Theft Auto: Wiki
Revision as of 16:29, 4 April 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

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