Last updated
/search (Police only - configured in config.lua)
/rob (Configured in config.lua)
/openinv [player id or identifier] - Open someone else's inventory or stash
/clearinv [player id] - Wipe a player's inventory
/saveinv [player id] - Force save a specific player's inventory to database
/saveinvs - Force save all loaded inventories to database
/giveitem [player id] [item name] [amount] - Give an item directly to a player
/clearclothing [player id] - Clear clothing items from a player
/clothingimg - Utility command for clothing images
The inventory relies on FiveM's native RegisterKeyMapping functionality. This means players can customize their own keys without server owner intervention by navigating to Esc > Settings > Key Bindings > FiveM in their GTA V client.
By default, the following actions are bindable:
Open Inventory (inv command)
Show Hotbar (+hotbar command)
Use Hotkey 1-5 (+hotkey1 through +hotkey5 commands)
Reload Weapon (+wreload command)
Throw Weapon (wthrow command)
Scroll Up/Down (+scroll / -scroll commands for mouse wheel integration)
Last updated