GetBans: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Server function}}
{{Server function}}
This function will return a table over all the [[ban]] elements in the server.
This function will return a table over all the [[ban]] values in the server.


==Syntax==  
==Syntax==  

Revision as of 17:35, 23 January 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