GetBans

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

This function will return a table over all the ban values in the server.

Syntax

table getBans ()

Returns

Returns a table over all the ban pointers.

Example

--TODO

See Also