GetUnbanTime

From Multi Theft Auto: Wiki
Revision as of 19:06, 9 July 2009 by Enterprise (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This function will return the unbanning time of the specified ban pointer in seconds.

Syntax

int getUnbanTime ( ban theBan )

Required Arguments

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

Returns

  • Returns an integer of the unbanning time in the format of seconds from the year 1970. Use in conjunction with getRealTime in order to retrieve detailed information.
  • Returns false if invalid arguments are specified or if there was no unbanning time specified for the ban.

Example

--TODO

See Also