Jump to content

[GUIDE] Vehicle Registration & Insurance (+ Price List)


Recommended Posts

15 minutes ago, Vash Baldeus said:

@Ribsey sorry to burst the bubble but Sports, Sports Classics, Super is 10% of vehicle unregistered price regardless of whether it is over $100,000 or not. Why I am saying this? Sultan is $60,000 non registered brand new, is a Sports car class, Insurance is $6,000 which is 10% of original non-registered price. Many other cars are like that and I did get this information from Nervous after the 2%, 5%, 10% update.

 

The following vehicles classes are 2% of unregistered price if price is under $100,000, if their unregistered price is equal or above $100,000 the it's 5%:


        private readonly List<string> Percent2 = new List<string>
        {
            "Compacts", "Sedans", "Coupes",
            "Muscle", "Motorcycles", "SUV",
            "Off-Road", "Industrial", "Utility",
            "Vans", "Commercial"
        };

The following vehicle classes are 10% regardless of price:


        private readonly List<string> Percent10 = new List<string>
        {
            "Sports", "Super", "Sports Classics"
        };

Any other classes are exempt from insurance, these being:

  • Cycles
  • Boats
  • Helicopters
  • Planes
  • Service
  • Emergency
  • Military
  • Military
  • Trains

You do realize the thread is from 2018, yes?

Link to comment
  • 2 weeks later...
×
×
  • Create New...