How to choose what vehicles spawn in my server?

I had the scripting done for more random vehicles put into my server. Its nice, but the only problem is there is way to over powered vehicles randomly spawning about. I want lots of vehicles, but not ones players can take and sell for a briefcase.

How can I select what vehicles spawn and don't spawn throughout my server?
 
do a complete wipe of all vehicles on your server then go into your server pbo / missions / map folder / dynamic_vehicle.sqf and remove / add vehicles there. I believe the format is ["classname",quantity] where quantity would be a whole number like 1 or 2
 
Back
Top