AclList

From Multi Theft Auto: Wiki
Revision as of 21:36, 19 December 2007 by EAi (talk | contribs)
Jump to navigation Jump to search

This function returns a list of all the ACLs.

Syntax

table aclList ()

Returns

Returns a table of all the ACLs. This table can be empty if no ACLs exist. It can also return false/nil if it failed for some reason.

Example

This example does...

--TODO

See Also