Valamelyik témában láttam egy ilyet:
function handlingChange()
setModelHandling(597, \"mass\", 1800)
setModelHandling(597, \"turnMass\", 3780)
setModelHandling(597, \"dragCoeff\", 0.7)
setModelHandling(597, \"centerOfMass\", {0.0, 0.1, -0.2} )
setModelHandling(597, \"percentSubmerged\", 75)
setModelHandling(597, \"tractionMultiplier\", 0.70)
setModelHandling(597, \"tractionLoss\", 0.90)
setModelHandling(597, \"tractionBias\", 0.50)
setModelHandling(597, \"numberOfGears\", 5)
setModelHandling(597, \"maxVelocity\", 407)
setModelHandling(597, \"engineAcceleration\", 100)
setModelHandling(597, \"engineInertia\", 10)
setModelHandling(597, \"driveType\", \"awd\")
setModelHandling(597, \"engineType\", \"petrol\")
setModelHandling(597, \"brakeDeceleration\", 11)
setModelHandling(597, \"brakeBias\", 0.45)
setModelHandling(597, \"ABS\", false)
setModelHandling(597, \"steeringLock\", 30)
setModelHandling(597, \"suspensionForceLevel\", 0.80)
setModelHandling(597, \"suspensionDamping\", 0.20)
setModelHandling(597, \"suspensionHighSpeedDamping\", 0.0)
setModelHandling(597, \"suspensionUpperLimit\", 0.10)
setModelHandling(597, \"suspensionLowerLimit\", -0.09)
setModelHandling(597, \"suspensionFrontRearBias\", 0.5)
setModelHandling(597, \"suspensionAntiDiveMultiplier\", 0.6)
setModelHandling(597, \"seatOffsetDistance\", 0.3)
setModelHandling(597, \"collisionDamageMultiplier\", 0.50)
setModelHandling(597, \"monetary\", 1460000)
setModelHandling(597, \"modelFlags\", 0xC0222004)
setModelHandling(597, \"handlingFlags\", 0x1400000)
setModelHandling(597, \"headLight\", 1)
setModelHandling(597, \"tailLight\", 1)
setModelHandling(597, \"animGroup\", 0)
end
addEventHandler(\"onResourceStart\", resourceRoot, handlingChange)
és írtam hozzá egy ilyen meta.xml filet:
<meta>
<info author=\"Swatch\" version=\"1.0\" type=\"script\"/>
<script src=\"handling.lua\" type=\"client\" />
</meta>
De valamiért nem akarja érzékelni a handlingot..