I added A Car and it produces no sound whatsoever

I recently added a 2017 Georgia Styled Charger to my server. The lights and everything work its just sirens and car noises in general do not work. Any fixes?

I believe you have to add an audio kit to it via one of the .meta files.

Check this in the vehicle.meta file:

<audioNameHash> </audioNameHash>

If it’s empty (or the /audioNameHash is missing) you have to insert some GTA5 default car’s model name. Since the car you’re adding is a police car, you should put some police car model name. Try this:

<audioNameHash>POLICE</audioNameHash>

or one of this, depending on what kind of car you’re adding:

<audioNameHash>POLICE2</audioNameHash>
<audioNameHash>FBI</audioNameHash>

Okay, im gonna check right now and get back to you shortly.

When I join the server, it shows an error message in vehicle.meta

Past here the code (vehicle.meta) or send the file, I’ll check it.