SetClientName

From Multi Theft Auto: Wiki
Revision as of 17:55, 19 November 2006 by Kevuwk (talk | contribs)
Jump to navigation Jump to search


This function sets the name of the specified client.

Syntax

bool setClientName ( client theClient , string name )         

Required Arguments

  • theClient: The client that will have it's name set
  • name: The name to set for the client

Returns

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

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions