[Release] 8in1 pack add-on car converted

It’s working for me. Try refreshing or try again.

i get onto the website and it says invalidsession

Can we get a mirror? That website host is butt and won’t connect. These cars look amazing!

Link doesn’t work for me .s

Download link updated.

OMFG! You are a god! EVERY vehicle worked.

Can I add these to ‘esx_vehicleshop’ so people can purchase them?

Yes, go into vehicles table in the database and add them there.
In the column ( model ) u put in the spawn name of the vehicle ex (italia458)
and in the column (name) u put in the name you want the car to be named in game (Ferrari Italia 458 GT)

Column named price and category i guess u know how to do : )

Had already tried that but they did not show up?

EDIT I figured out how to do it… :smiley:

how to spawn?im using vmenu…how to put them in car dealership?

You can spawn with a trainer or a spawn car command using car model name.

It seems that nobody knows …

hi,
problem crash for pack.
Why? only car

[Window Title]
FiveM Error

[Main Instruction]
FiveM has encountered an error

[Content]
Failed to call inflate() for streaming file compcache:/pack1/huracan_hi.yft.

Read bytes: f9 90 2c 20 38 30 b8 9a
RSC version: 162
RSC page flags: virt a001ffd4/phys 20000000
Resource name: pack1
Reference hash: 24dc4a6e31220eae79067317e658e415358b4320
Status: StatusFetched
Downloaded now: Yes
RSC header: 52 53 43 37

Resources for hash:
-> pack1/huracan_hi.yft

Please try restarting the game, or, if this occurs across servers, verifying your game files.

If you require immediate support, please visit FiveM.net and mention the details in this window.

[Expanded Information]
Crash signature: gta-streaming-five.dll+5AEE2

Try to clear your server’s cache.

I guess you’re italian, I’m italian too. If you still have problem, just PM me.

tysm, if anyone needs help adding them to addon vehicles in vmenu I know how to do that. So just ask me if you need help and don’t know how.

amazing cars

1 Like

If anyone is still having an issue with hash etc, here’s my vehicle_names.lua code. It uses the model names to fix the NULL issues in garages and insert the name for menu’s.

function AddTextEntry(key, value)
Citizen.InvokeNative(GetHashKey(“ADD_TEXT_ENTRY”), key, value)
end

Citizen.CreateThread(function()
AddTextEntry(‘rs6’, ‘Audi RS6’)
AddTextEntry(‘lamtmc’, ‘Lamborghini Terzo’)
AddTextEntry(‘c63coupe’, ‘Mercedes Benz C63’)
AddTextEntry(‘STi WRX 08’, ‘Subaru WRX 08’)
AddTextEntry(‘M5’, ‘BMW M5 F90’)
AddTextEntry(‘04f250k’, ‘2004 Ford F250’)
AddTextEntry(‘2f2fgts’, ‘2003 Mitsubishi Eclipse Spyder GTS’)
AddTextEntry(‘2f2fmk4’, ‘1995 Toyota Supra MK IV’)
AddTextEntry(‘fnfmk4’, ‘1994 Toyota Supra MK IV’)
AddTextEntry(‘ff4wrx’, ‘2009 Subaru Impreza WRX STi GH’)
AddTextEntry(‘fnf4r34’, ‘2002 Nissan Skyline GT-R R34’)
AddTextEntry(‘2f2fmle7’, ‘2002 Mitsubishi Lancer Evolution VII’)
AddTextEntry(‘fnflan’, ‘2006 Mitsubishi Lancer Evolution IX’)
AddTextEntry(‘demon’, ‘2018 Dodge Challenger SRT Demon’)
AddTextEntry(‘rmodm4gts’, ‘BMW M4 GTS’)
AddTextEntry(‘x6m’, ‘2016 BMW X6M 1.1’)
AddTextEntry(‘gclas9’, ‘Mercedes-Benz G-Class 65 AMG’)
AddTextEntry(‘599gtox’, ‘Ferrari GTO 599XX’)
AddTextEntry(‘718’, ‘Porsche 718 Cayman S’)
AddTextEntry(‘NGT19’, ‘Nissan GTR Hot Pursuit’)
AddTextEntry(‘dodgeEMS’, ‘EMS Dodge Challenger’)
AddTextEntry(‘pigeons_flatbed’, ‘Mechanic Staff Only’)
end)

is there any way i can change the spawn codes so that if my friends go on google they dont start ass pulling after finding the codes

You’ll need to change the filenames for the .yft and .ytd files as well as all relevant references in .meta files (such as the model name and txdName in vehicles.meta, etc)

thanks