GetBanTime

From Multi Theft Auto: Wiki
Revision as of 19:05, 9 July 2009 by Enterprise (talk | contribs)
Jump to navigation Jump to search

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

Syntax

int getBanTime ( ban theBan )

Required Arguments

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

Returns

  • Returns an integer of the banning 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 if there was no banning time specified for the ban.

Example

--TODO

See Also