[FREE] Vehicles as items - QB/ESX

This script allows players to convert their items into vehicles, enabling them to spawn vehicles directly from specific items. Once spawned, vehicles can be stored back, and the original item will be returned to the player. The script supports both QB and ESX frameworks, making it compatible with popular FiveM setups.

Key features include:

  • Vehicle Ownership: Only the vehicle’s owner can store it, preventing unauthorized access. This feature supports safe trading and selling of vehicles without risk of theft.
  • Customization Options: Vehicles can be spawned in their default state or fully tuned, depending on your preference.
  • Configurable Settings: Additional settings can be customized via the configuration file, offering flexibility to tailor the script to your server’s needs.

The script is user-friendly and easy to install, ensuring a smooth integration into your existing server.

Video Preview: - link

DOWNLOAD

Download from github - GitHub - BuddyNotFound/bbv_vehitems: bbv_vehitems
Check out more of our scripts at : https://bbv.world

11 Likes

nice one bro

2 Likes

Will it work with ox_inventory?

1 Like

nice bro

1 Like

Yes it will

ESX cannot use it

1 Like

sv_main.lua:22 QBCORE

1 Like

Update from github, should be fixed.

thx you bro great

What will happen if the server is restarted before the recovery?

Item data for elegy is undefined (@ox_inventory/web/build/assets/index-e31759b5.js:27)

your item is probably not created correctly, try something like this

	["car_elegy"] = {
		label = "Elegy Retro Custom",
		weight = 500,
		stack = false,
		close = true,
		description = "Elegy Retro Custom Item",
		client = {
			image = "car_elegy.png",
		}
	},

I have where i can get the vehicle as a item but when I press J nothing happens trying to do it with the sanctus bike.

1 Like

Check your keybinds in the fivem settings, maybe you changed the key. Also you can use /+storeveh

Thank you very much. I will try it.

thank you for this cool script , but i have small problem , when i grabe my car from the garage and try to put it in my inventory it says “This’s Not Your Vehicle”

I can set this to only work for BMX?