AclCreateGroup

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

This function creates a group in the ACL. An ACL group can contain objects like players and resources. They specify who has access to the ACL's in this group.

Syntax

aclgroup aclCreateGroup ( string groupName )

Required Arguments

  • groupName: The name of the group to create

Returns

Returns the pointer to the created aclgroup if successful. Returns false if failed.

Example

This example does...

--TODO

See Also