❓Common Questions
Here you'll find answers to frequently asked questions about FT Scripts – including compatibility, configuration, inventory support, and general usage.
Yes, the script works with all major FiveM inventory systems.
✅ Why? We do not use direct inventory exports. Instead we rely on standard framework functions like:
xPlayer.removeInventoryItem(name, count)
xPlayer.addInventoryItem(name, count)
This ensures full compatibility with all popular and non popular inventories.
Last updated