Skip to content

feat: permissions through API and aceperms#44

Merged
Maximus7474 merged 2 commits into
mainfrom
feat/revoke-actions-webpanel
Jul 4, 2026
Merged

feat: permissions through API and aceperms#44
Maximus7474 merged 2 commits into
mainfrom
feat/revoke-actions-webpanel

Conversation

@FjamZoo

@FjamZoo FjamZoo commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

Description

New feature for ingame api, now we can directly check if a user is part of a fxmanager group such as moderator by doing:

exports.fxManager:isInGroup(source, 'moderator')

or

IsPlayerAceAllowed(source, 'fxmanager.group.moderator')

Which then adds support for each server being able to add permissions to their resources/server through their resource or server.cfg by doing:

add_ace fxmanager.group.moderator car.spawn allow

Tests

  • Tested in development mode
  • Passes typecheck
  • Builds & runs on Windows
  • Builds & runs on Linux

N/A

@Maximus7474 Maximus7474 merged commit 5887d0a into main Jul 4, 2026
6 checks passed
@Maximus7474 Maximus7474 deleted the feat/revoke-actions-webpanel branch July 5, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants