SetClientName

From Multi Theft Auto: Wiki
Revision as of 11:58, 12 August 2007 by AlienX (talk | contribs)
Jump to navigation Jump to search

This function changes the specified client's name.

Syntax

bool setClientName ( client theClient, string newName )

Required Arguments

  • theClient: the client that will have its name set.
  • newName: the new name to set for the client.

Returns

Returns true if the client's name was changed succesfully, false if invalid arguments are specified.

Example

Click to expand [+]
Server

See Also

BEFORE VERSION 1.0 :