Author Topic: i need help on the max amount of people on a car  (Read 680 times)

what is the script for max amount of people on a car

This is for the jeep.
I'm not sure if it's the full thing or not, but yea. I suck at vehicles.

Code: [Select]

{
category = "Vehicles";
displayName = " ";
shapeFile = "./shapes/jeep.dts"; //"~/data/shapes/skivehicle.dts"; //
emap = true;
minMountDist = 3;
   
   numMountPoints = 7;
   mountThread[0] = "sit";
   mountThread[1] = "sit";
   mountThread[2] = "sit";
   mountThread[3] = "sit";
   mountThread[4] = "sit";
   mountThread[5] = "root";
   mountThread[6] = "root";
   mountThread[7] = "sit";


thx i just needed to know how to change amount of mounts