❓Common Questions

Here you'll find answers to frequently asked questions about FT Id-Cards – including compatibility, configuration, inventory support, and general usage.

📁 Does the script work with other inventory systems?

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