OnClientChangeNick: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: Category:Incomplete Event {{Server event}} __NOTOC__ This event is triggered when a player changes his nickname. ==Parameters== <syntaxhighlight lang="lua"> string oldNick, string newNick </syntaxhighlight> ...)
 
No edit summary
Line 19: Line 19:
</syntaxhighlight>
</syntaxhighlight>


==See Also==
{{See also/Server event|Client events}}
===Client player events===
{{Server_player_events}}
===Client event functions===
{{Server_event_functions}}

Revision as of 23:01, 10 February 2008

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

Shared