Can anyone help me with find a bug of these strange spinning tires?
HERE IS A SCRIPT
;---------------------------------------------------------------------------------
Object ChinaSupply18wheeler
; *** ART Parameters ***
;ParticleSysBone = Smoke01 LocomotiveSteam
;ParticleSysBone = Steam02 LocomotiveSteam
;ParticleSysBone = Steam03 DozerSmokeHeavy
SelectPortrait = ChinaSupplyTruck_L
ButtonImage = ChinaSupplyTruck_S
;UpgradeCameo1 = NONE
;UpgradeCameo2 = NONE
;UpgradeCameo3 = NONE
;UpgradeCameo4 = NONE
;UpgradeCameo5 = NONE
Draw = W3DTruckDraw ModuleTag_01
OkToChangeModelColor = Yes
DefaultConditionState
Model = NVSupplyTk
ParticleSysBone = EXHAUST01 DozerSmokeLight
ParticleSysBone = EXHAUST02 DozerSmokeLight
HideSubObject = Cargo01
End
ConditionState = CARRYING
ParticleSysBone = EXHAUST01 DozerSmokeLight
ParticleSysBone = EXHAUST02 DozerSmokeLight
ShowSubObject = Cargo01
End
ConditionState = REALLYDAMAGED CARRYING
Model = NVSupplyTk_D
ParticleSysBone = EXHAUST01 DozerSmokeHeavy
ParticleSysBone = EXHAUST02 DozerSmokeHeavy
ShowSubObject = Cargo01
End
ConditionState = RUBBLE CARRYING
Model = NVSupplyTk_D
ParticleSysBone = EXHAUST01 DozerSmokeHeavy
ParticleSysBone = EXHAUST02 DozerSmokeHeavy
ShowSubObject = Cargo01
End
RightFrontTireBone = Tire01
LeftFrontTireBone = Tire02
MidRightFrontTireBone = Tire03
MidLeftFrontTireBone = Tire04
MidRightMidTireBone = Tire05
MidLeftMidTireBone = Tire06
MidRightRearTireBone = Tire07
MidLeftRearTireBone = Tire08
RightRearTireBone = Tire09
LeftRearTireBone = Tire10;
TireRotationMultiplier = 0.2 ; this * speed = rotation.
PowerslideRotationAddition = 2.8 ; This speed is added to the rotation speed when powersliding.
Dust = RocketBuggyDust
DirtSpray = RocketBuggyDirtSpray
PowerslideSpray = RocketBuggyDirtPowerSlide
End