SetUnbanTime

From Multi Theft Auto: Wiki
Revision as of 13:24, 24 November 2015 by Miki785 (talk | contribs)
Jump to navigation Jump to search

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.

This function sets a new unban time of a given ban using unix timestamp (seconds since Jan 01 1970).

Syntax

bool setUnbanTime( ban theBan, int theTime )

Required Arguments

  • theBan: The ban of which to change the unban time of
  • theTime: the new unban time

Returns

Returns true if changed successfully, false otherwise.

Example

--TODO

See Also