Skip to main content
TRACK A·OPERATE·Verified June 2026 · Lua 5.4 · ox_lib 3.x
Learning with an AI assistant?
Copies this lesson plus 2026 ground rules (no lua54 'yes', Cfx.re Portal, correct callback signatures) as a ready-to-paste mentor prompt.
Reference

Quasar Store: every slash command

A slash command is text you type into the game chat that starts with /, like /inventory. FiveM runs it and the script reacts. Quasar Store sells many separate scripts, and most of them register their own slash commands. This page lists them all, grouped by the script that owns each one. An ace permission is FiveM's built-in permission system: the server grants a player or group the right to run a restricted command. A job or group is the in-game role a player has, like police or admin. Config.Debug is a setting inside a script's config.lua file. When it is true, the script unlocks extra testing commands meant for development, not for live play. Anything inside [brackets] in a command is an argument you fill in yourself, such as a player ID or an item name.

What this is
A grouped reference of every chat command shipped by Quasar Store scripts, organized by script so you can find the one you need fast.
How to use it
Find the script you own in a section heading, then read the table for its commands and arguments.
Heads up
Many commands need admin or ace permission, a specific job or group, or Config.Debug = true. Those are flagged in the Notes column.

How to read this page

Each section is one Quasar script. The Command column shows the exact text to type, including any arguments in [brackets]. The Notes column flags permission or debug requirements when the script has them. Type the command exactly as written, and replace each [bracketed] argument with a real value.

A few quick definitions for arguments you will see often:

  • [id] is a player's server ID, the number FiveM assigns to each connected player.
  • [item] is an item's name string, exactly as it is spelled in your items config.
  • [model] is a vehicle's spawn name, like adder.
  • [plate] is the license plate text for a vehicle.

Keep reading the full lesson

Sign in to start, then unlock every step of this lesson and the full FiveM School with a membership.

Still ahead in this lesson
  • Smartphone
  • Housing Creator
  • Advanced Inventory
  • Police Creator
  • Medical Creator
  • Appearance
  • Drugs Creator
  • Doorlock Creator
  • Restaurant Creator
  • Crime Creator
  • Diamond Casino
  • Crafting Creator
  • City Builder
  • Dispatch and MDT
  • Admin Menu
  • 3D Sound
  • Crosshair Creator
  • Motels Creator
  • Multicharacter
  • Advanced Garages
  • Motorhome
  • Vehicleshop Creator
  • Yacht Creator
  • Multijob
  • Advanced Racing
  • Apartments
  • TV and Billboards
  • Vehicle Keys
  • Other creators and tools
  • Sit Everywhere
  • Waypoint
  • Radial Menu
  • Love Match
  • Intro Tutorial
  • Interface
  • Scripts with no commands

The remainder of Quasar Store: every slash command is available to FiveM School members.