You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicModelRendererTurbobarrelModel[] = newModelRendererTurbo[0]; //The barrel of the main turret
17
-
publicModelRendererTurboammoModel[][] = newModelRendererTurbo[0][0]; //Ammo models for the main turret. ammoModel[i] will render if the vehicle has less than 3 ammo slots or if slot i is full. Checks shell / missile inventory
18
-
publicModelRendererTurbofrontWheelModel[] = newModelRendererTurbo[0]; //Front and back wheels are for bicycles and motorbikes and whatnot
publicModelRendererTurboleftFrontWheelModel[] = newModelRendererTurbo[0]; //This set of 4 wheels are for 4 or more wheeled things
21
-
publicModelRendererTurborightFrontWheelModel[] = newModelRendererTurbo[0]; //The front wheels will turn as the player steers, and the back ones will not
22
-
publicModelRendererTurboleftBackWheelModel[] = newModelRendererTurbo[0]; //They will all turn as the car drives if the option to do so is set on
23
-
publicModelRendererTurborightBackWheelModel[] = newModelRendererTurbo[0]; //In the vehicle type file
publicModelRendererTurbo[] barrelModel = newModelRendererTurbo[0]; //The barrel of the main turret
17
+
publicModelRendererTurbo[][]ammoModel = newModelRendererTurbo[0][0]; //Ammo models for the main turret. ammoModel[i] will render if the vehicle has less than 3 ammo slots or if slot i is full. Checks shell / missile inventory
18
+
publicModelRendererTurbo[] frontWheelModel = newModelRendererTurbo[0]; //Front and back wheels are for bicycles and motorbikes and whatnot
publicModelRendererTurbo[] leftFrontWheelModel = newModelRendererTurbo[0]; //This set of 4 wheels are for 4 or more wheeled things
21
+
publicModelRendererTurbo[] rightFrontWheelModel = newModelRendererTurbo[0]; //The front wheels will turn as the player steers, and the back ones will not
22
+
publicModelRendererTurbo[] leftBackWheelModel = newModelRendererTurbo[0]; //They will all turn as the car drives if the option to do so is set on
23
+
publicModelRendererTurbo[] rightBackWheelModel = newModelRendererTurbo[0]; //In the vehicle type file
0 commit comments