SetUnbanTime: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Server function}} {{Needs_Example}} {{New items|4.0132|1.4| This function set a new unbantime to ban. }} ==Syntax== <syntaxhighlight lang="lua"> bool setUnbanTime( ban th...")
 
mNo edit summary
Line 26: Line 26:
==See Also==
==See Also==
{{Admin_functions}}
{{Admin_functions}}
[[en:setUnbanTime]]

Revision as of 14:50, 10 September 2014

Accessories-text-editor.png Script Example Missing Function SetUnbanTime 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 unbantime to ban.


Syntax

bool setUnbanTime( ban theBan, int theTime )

Required Arguments

  • theBan: The ban in which you wish to retrieve the username of.
  • theTime: the new unban time

Returns

Returns true when is changed, false otherwise.

Example

--TODO

See Also