Scripts
Pyra Reports
Commands

Commands

Player Commands

CommandWho can useWhat it does
/reportAll playersOpens the player report UI.

Admin Commands

CommandWho can useWhat it does
/reportsAdmins onlyOpens the admin reports panel.

Keybind

By default the keybind is disabled. Enable it by setting Config.Keybind.Enable = true in shared/config.lua.

SettingDefaultDescription
Config.Keybind.KeyF6Opens the player report UI. Players can rebind this in Esc → Settings → Key Bindings → FiveM.

Admin Permissions

Admins are identified using the mode set in Config.Admin.Mode:

ModeHow it works
'ace'Uses FiveM's ACE permission system. Players with the pyra.reports ace node are admins.
'framework'Uses your server framework's job/group system. Players in a group listed in Config.Admin.FrameworkGroups are admins.
'both'A player is an admin if they pass either the ACE or framework check (default).

Granting ACE permissions

Add to your server.cfg:

add_ace group.admin pyra.reports allow

Replace group.admin with the ACE group you use for server staff.

If Config.Debug = true, all players are treated as admins regardless of permission settings. Always disable debug mode in production.


© 2026 Pyra Studios — FiveM Scripts