GetBans: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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 [...)
 
mNo edit summary
Line 9: Line 9:


===Returns===
===Returns===
Returns a [[table]] over all the [[ban]] elements.
Returns a [[table]] over all the [[ban]] pointers.


==Example==
==Example==

Revision as of 17:35, 23 January 2009

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 pointers.

Example

--TODO

See Also