Blockland Forums > Help
In server.cs, what would I change to lower a vehicle's max speed?
Pages: (1/1)
Blaze0:
I just wanted to lower the LightTank's speed to about 1/3 of it's current speed. I found the area where the variable probably is.
What here would I change to lower the max speed?
Jeep:
maxWheelSpeed
Jeep:
In the console, you can type:
lightTankVehicle.maxWheelSpeed = 10;
Blaze0:
--- Quote from: Jeep on December 30, 2012, 01:15:06 AM ---In the console, you can type:
lightTankVehicle.maxWheelSpeed = 10;
--- End quote ---
Thanks! Locking.
Pages: (1/1)