GetBans

From Multi Theft Auto: Wiki
Revision as of 19:04, 9 July 2009 by Enterprise (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