RU/addAccount

From Multi Theft Auto: Wiki
Revision as of 10:26, 2 August 2012 by CoolDark (talk | contribs)
Jump to navigation Jump to search

Эта функция добавляет аккаунт на сервер.

Syntax

account addAccount ( string name, string pass )

Required Arguments

  • name: The name of the account you wish to make, this normally is the player's name.
  • pass: The password to set for this account for future logins.

Returns

Returns the account element if the account was created, false if the account already exists or an error occured.