[HELP] Making a car a police car

I’ve recently added vehicles to my server that are supposed to be police vehicles (with the sirens and such) but when I go ahead and press E to turn them on it doesn’t turn on.
I’ve tried a different pack and it worked great.
Is there a way to make them work?

Your handling in vehicles.meta is probably not totally right.
Check, for example, that the vehicleClass is VC_EMERGENCY.
Here a useful link:

It is set as VC_EMERGENCY…

Maybe because there is no Rewards of the shotguns in the config? cuz I removed it so people won’t be with shotguns after they get in police car

Compare the vehicles.meta with another one (of Police car) that is working and analyze the differences

Yeah the difference is the rewards… but I don’t want random people to get the shotgun… is there a way to bypass it?

If you want to disable random people getting the shotgun and making it cop only you need to disable the rewards and write a script that checks if the player has a certain job before handing out a weapon.

This is how I’d do it, there might be other ways.