Group based access

To preserve access for players who aren't members of QAC you can enable group access.

You can whitelist certain group roles belonging to the group that owns the game.

You do not need to whitelist the group owner's role ID (255) because it is allowed by default.

Calling AllowGroupRoles() when the game is not owned by a group will cause an error.

AccessManager
QACAM.configuration:AllowGroupRoles({
    254 -- Admin
})

Last updated