AclGetGroup

From Multi Theft Auto: Wiki
Revision as of 08:55, 26 November 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

This function is used to get the ACL group with the given name. If you need most of the groups you should consider using aclGroupList instead to get a table containing them all.

Syntax

aclgroup aclGetGroup ( string groupName )

Required Arguments

  • groupName: The name to get the ACL group from

Returns

Returns the ACL group if it could be found. Returns false/nil if it did not exist or failed for some reason.

Example

This example does...

--TODO

See Also