Author Topic: old vehicle pack thing  (Read 1250 times)

https://forum.blockland.us/index.php?topic=139203.30
all dl's died
sooo does anyone have this
oy oy were almost to 1337 pages

« Last Edit: December 29, 2017, 07:39:25 PM by soldier101@ »




but when you spawn the police car it has literally no tires

You need to fix it in the server.cs file. Open it in any text editor and find these lines:

Code: [Select]
defaultTire =  PoliceCarTire;
defaultSpring =  PoliceCarSpring;

And change it to this:

Code: [Select]
defaultTire = PoliceCarV2Tire;
defaultSpring = PoliceCarV2Spring;

It was an oversight from the guy who tried to update it