GetBans

From Multi Theft Auto: Wiki
Revision as of 17:51, 18 June 2009 by Awwu (talk | contribs) (Needs example)
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