So i have followed the tutorial on how to install addon vehicles and stream them. I am able to spawn the added police vehicle in game but sadly there isn’t any sound. I have checked the meta files and to no luck was i able to fix it. Any help would be greatly appreciated!
Your vehicles.meta file needs to have the audio hash entered for the vanilla car you want your new car to have. For example:
<audioNameHash>FBI</audioNameHash>
or
<audioNameHash>POLICE</audioNameHash>
And so on.
Thanks a lot got it to work!