OnPlayerChangeNick

From Multi Theft Auto: Wiki
Revision as of 13:31, 7 February 2009 by Robhol (talk | contribs) (Created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Client events


Event functions