Ownable Emergency Vehicles

I know there must be a simple solution to this that Im not figuring out, but how do I make it so police and EMS vehicles are ownable using the QB framework?

Im using easy admin as well and its saying all cop cars cant be owned. When we try to force them. Im trying to find where the restriction on this is but have no idea. This included imported police vehicles.

you go to qb-core shard vehicles then copy what ever section you want it the start adding your cars

['675ltsp'] = {
    ['name'] = '675LT Spider',
    ['brand'] = 'McLaren',
    ['model'] = '675ltsp',
    ['price'] = 499955,
    ['category'] = 'custom',
    ['categoryLabel'] = 'custom',
    ['hash'] = `675ltsp`,
    ['shop'] = 'luxury',
},

Err where do I find shared vehicles then because I got told that and cant even find that. I must be blind.

find your qb-core file in your server recourses open it then find the folder that says shared click that then find vehicles.lua all cars are in there and the cars you want by copying one of the codes in the vehicels.lua

2023-01-19 22-18-51.mkv (9.7 MB)

Thank you so much.