GetBanTime

From Multi Theft Auto: Wiki
Revision as of 18:00, 23 January 2009 by Talidan (talk | contribs)
Jump to navigation Jump to search

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

Syntax

string getBanTime ( ban theBan )

Required Arguments

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

Returns

  • Returns a string of the banning time in the format of HH:MM:SS (Hours, minutes, seconds correspondingly)
  • Returns false if invalid arguments are specified if there was no banning time specified for the ban.

Example

--TODO

See Also