GetBans

From Multi Theft Auto: Wiki
Revision as of 19:17, 22 January 2009 by Awwu (talk | contribs) (New page: __NOTOC__ {{Server function}} This function will return a table over all the ban elements in the server. ==Syntax== <syntaxhighlight lang="lua"> table getBans () </syntaxhighlight> ===Returns=== Returns a [...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

table getBans ()

Returns

Returns a table over all the ban elements.

Example

--TODO

See Also