OnClientChangeNick: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Incomplete Event]]
{{Server event}}
{{Server event}}
{{DeprecatedWithAlt|onPlayerChangeNick|}}
{{DeprecatedWithAlt|onPlayerChangeNick|}}
Line 16: Line 15:


==Example==  
==Example==  
<syntaxhighlight lang="lua">
{{Example}}
 
</syntaxhighlight>


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

Revision as of 10:57, 21 November 2011

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

Accessories-text-editor.png Script Example Missing Event OnClientChangeNick needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


See Also

Client events


Event functions