SetBanAdmin

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.
ADDED/UPDATED IN VERSION 1.4 :

This function set a new Admin in the ban.


Syntax

bool setBanAdmin ( ban theBan, string theAdmin )

Required Arguments

  • theBan: The ban in which you wish to retrieve the username of.
  • theAdmin: the new admin name

Returns

Returns true when is changed, false otherwise.

Example

--TODO

See Also