GetBanTime

From Multi Theft Auto: Wiki
Revision as of 17:38, 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 if everything was successfull, false if invalid arguments are specified if there was no banning time specified for the ban.

Example

--TODO

See Also