Rechten
Sorting out ace permissions and admin access.
Give yourself admin
Add to your server.cfg:
add_ace group.admin command allow
add_principal identifier.fivem:YOUR_ID group.adminReplace YOUR_ID with your FiveM id (find it with the txAdmin players list or getPlayerIdentifiers).
Script-specific permissions
Each script's config exposes its own ace/job checks — see that script's page under Script guides. Job/gang gates use your framework's job data, so make sure the player actually has the job.
Nothing happens in-game
- Confirm the resource started (
ensure <resource>in server.cfg, green in the console). - Check the F8 console for errors.
- Verify dependencies (
ox_lib,oxmysql) are started before the script.