GetBans: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Needs example)
No edit summary
Line 19: Line 19:
{{Admin functions}}
{{Admin functions}}
[[Category:Needs Example]]
[[Category:Needs Example]]
[[ru:getBans]]

Revision as of 19:04, 9 July 2009

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