Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Nazwy pojazdów:
- EUROS = 587
- ELEGY = 562
- NEBULA = 516
- REGINA = 479
- SULTAN = 560
- ADMIRAL = 445
- BANSHEE = 429
- BRAVURA = 401
- MONSTER = 444
- PICADOR = 600
- TURISMO = 451
- INFERNUS = 411
- BUCCANEER = 518
- MONSTER_A = 556
- MONSTER_B = 557
- FBI_RANCHER = 490
- addEventHandler("onResourceStart", root, function()
- -- if getElementModel(veh) == BRAVURA then
- -- BRAVURA:
- setModelHandling(BRAVURA, "mass", 1600.0)
- setModelHandling(BRAVURA, "turnMass", 3921.3)
- setModelHandling(BRAVURA, "dragCoeff", 1.8)
- setModelHandling(BRAVURA, "centerOfMass", { 0, -0.4, 0 } )
- setModelHandling(BRAVURA, "percentSubmerged", 75)
- setModelHandling(BRAVURA, "tractionMultiplier", 0.75)
- setModelHandling(BRAVURA, "tractionLoss", 0.85)
- setModelHandling(BRAVURA, "tractionBias", 0.52)
- setModelHandling(BRAVURA, "numberOfGears", 5)
- setModelHandling(BRAVURA, "maxVelocity", 200)
- setModelHandling(BRAVURA, "engineAcceleration", 8.8)
- setModelHandling(BRAVURA, "engineInertia", 10)
- setModelHandling(BRAVURA, "driveType", "rwd")
- setModelHandling(BRAVURA, "engineType", "petrol")
- setModelHandling(BRAVURA, "brakeDeceleration", 10)
- setModelHandling(BRAVURA, "brakeBias", 0.53)
- setModelHandling(BRAVURA, "ABS", false)
- setModelHandling(BRAVURA, "steeringLock", 35)
- setModelHandling(BRAVURA, "suspensionForceLevel", 1.3)
- setModelHandling(BRAVURA, "suspensionDamping", 0.12)
- setModelHandling(BRAVURA, "suspensionHighSpeedDamping", 0)
- setModelHandling(BRAVURA, "suspensionUpperLimit", 0.28)
- setModelHandling(BRAVURA, "suspensionLowerLimit", -0.12)
- setModelHandling(BRAVURA, "suspensionFrontRearBias", 0.38)
- setModelHandling(BRAVURA, "suspensionAntiDiveMultiplier", 0)
- setModelHandling(BRAVURA, "seatOffsetDistance", 0.2)
- setModelHandling(BRAVURA, "collisionDamageMultiplier", 0.24)
- setModelHandling(BRAVURA, "monetary", 9000)
- setModelHandling(BRAVURA, "modelFlags", 0x40000000)
- setModelHandling(BRAVURA, "handlingFlags", 0x10200008)
- setModelHandling(BRAVURA, "headLight", 0)
- setModelHandling(BRAVURA, "tailLight", 0)
- setModelHandling(BRAVURA, "animGroup", 0)
- -- elseif getElementModel(veh) == ADMIRAL then
- -- ADMIRAL:
- setModelHandling(ADMIRAL, "mass", 1600.0)
- setModelHandling(ADMIRAL, "turnMass", 3600.0)
- setModelHandling(ADMIRAL, "dragCoeff", 2.2)
- setModelHandling(ADMIRAL, "centerOfMass", { 0, 0, -0.2 } )
- setModelHandling(ADMIRAL, "percentSubmerged", 75)
- setModelHandling(ADMIRAL, "tractionMultiplier", 0.65)
- setModelHandling(ADMIRAL, "tractionLoss", 0.75)
- setModelHandling(ADMIRAL, "tractionBias", 0.5)
- setModelHandling(ADMIRAL, "numberOfGears", 5)
- setModelHandling(ADMIRAL, "maxVelocity", 185)
- setModelHandling(ADMIRAL, "engineAcceleration", 10.4)
- setModelHandling(ADMIRAL, "engineInertia", 10)
- setModelHandling(ADMIRAL, "driveType", "rwd")
- setModelHandling(ADMIRAL, "engineType", "petrol")
- setModelHandling(ADMIRAL, "brakeDeceleration", 10)
- setModelHandling(ADMIRAL, "brakeBias", 0.5)
- setModelHandling(ADMIRAL, "ABS", false)
- setModelHandling(ADMIRAL, "steeringLock", 29)
- setModelHandling(ADMIRAL, "suspensionForceLevel", 1)
- setModelHandling(ADMIRAL, "suspensionDamping", 0.08)
- setModelHandling(ADMIRAL, "suspensionHighSpeedDamping", 0)
- setModelHandling(ADMIRAL, "suspensionUpperLimit", 0.3)
- setModelHandling(ADMIRAL, "suspensionLowerLimit", -0.19)
- setModelHandling(ADMIRAL, "suspensionFrontRearBias", 0.5)
- setModelHandling(ADMIRAL, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(ADMIRAL, "seatOffsetDistance", 0.2)
- setModelHandling(ADMIRAL, "collisionDamageMultiplier", 0.52)
- setModelHandling(ADMIRAL, "monetary", 35000)
- setModelHandling(ADMIRAL, "modelFlags", 0x0)
- setModelHandling(ADMIRAL, "handlingFlags", 0x404400)
- setModelHandling(ADMIRAL, "headLight", 0)
- setModelHandling(ADMIRAL, "tailLight", 1)
- setModelHandling(ADMIRAL, "animGroup", 0)
- -- elseif getElementModel(veh) == INFERNUS then
- -- INFERNUS:
- setModelHandling(INFERNUS, "mass", 1600)
- setModelHandling(INFERNUS, "turnMass", 2000)
- setModelHandling(INFERNUS, "dragCoeff", 1.75)
- setModelHandling(INFERNUS, "centerOfMass", { 0, 0, -0.6 } )
- setModelHandling(INFERNUS, "percentSubmerged", 70)
- setModelHandling(INFERNUS, "tractionMultiplier", 0.85)
- setModelHandling(INFERNUS, "tractionLoss", 0.8)
- setModelHandling(INFERNUS, "tractionBias", 0.39)
- setModelHandling(INFERNUS, "numberOfGears", 5)
- setModelHandling(INFERNUS, "maxVelocity", 220)
- setModelHandling(INFERNUS, "engineAcceleration", 25)
- setModelHandling(INFERNUS, "engineInertia", 10)
- setModelHandling(INFERNUS, "driveType", "rwd")
- setModelHandling(INFERNUS, "engineType", "petrol")
- setModelHandling(INFERNUS, "brakeDeceleration", 16)
- setModelHandling(INFERNUS, "brakeBias", 0.5)
- setModelHandling(INFERNUS, "ABS", false)
- setModelHandling(INFERNUS, "steeringLock", 32.5)
- setModelHandling(INFERNUS, "suspensionForceLevel", 0.8)
- setModelHandling(INFERNUS, "suspensionDamping", 0.19)
- setModelHandling(INFERNUS, "suspensionHighSpeedDamping", 0)
- setModelHandling(INFERNUS, "suspensionUpperLimit", 0.25)
- setModelHandling(INFERNUS, "suspensionLowerLimit", -0.1)
- setModelHandling(INFERNUS, "suspensionFrontRearBias", 0.5)
- setModelHandling(INFERNUS, "suspensionAntiDiveMultiplier", 0.4)
- setModelHandling(INFERNUS, "seatOffsetDistance", 0.38)
- setModelHandling(INFERNUS, "collisionDamageMultiplier", 0.35)
- setModelHandling(INFERNUS, "monetary", 95000)
- setModelHandling(INFERNUS, "modelFlags", 0x220004)
- setModelHandling(INFERNUS, "handlingFlags", 0x11418804)
- setModelHandling(INFERNUS, "headLight", 1)
- setModelHandling(INFERNUS, "tailLight", 1)
- setModelHandling(INFERNUS, "animGroup", 1)
- -- elseif getElementModel(veh) == FBI_RANCHER then
- -- FBI_RANCHER:
- setModelHandling(FBI_RANCHER, "mass", 1800)
- setModelHandling(FBI_RANCHER, "turnMass", 3750)
- setModelHandling(FBI_RANCHER, "dragCoeff", 2.1)
- setModelHandling(FBI_RANCHER, "centerOfMass", { 0, 0.1, -0.1 } )
- setModelHandling(FBI_RANCHER, "percentSubmerged", 75)
- setModelHandling(FBI_RANCHER, "tractionMultiplier", 0.6)
- setModelHandling(FBI_RANCHER, "tractionLoss", 0.85)
- setModelHandling(FBI_RANCHER, "tractionBias", 0.5)
- setModelHandling(FBI_RANCHER, "numberOfGears", 5)
- setModelHandling(FBI_RANCHER, "maxVelocity", 230)
- setModelHandling(FBI_RANCHER, "engineAcceleration", 9.4)
- setModelHandling(FBI_RANCHER, "engineInertia", 5)
- setModelHandling(FBI_RANCHER, "driveType", "awd")
- setModelHandling(FBI_RANCHER, "engineType", "petrol")
- setModelHandling(FBI_RANCHER, "brakeDeceleration", 7)
- setModelHandling(FBI_RANCHER, "brakeBias", 0.5)
- setModelHandling(FBI_RANCHER, "ABS", false)
- setModelHandling(FBI_RANCHER, "steeringLock", 30)
- setModelHandling(FBI_RANCHER, "suspensionForceLevel", 1)
- setModelHandling(FBI_RANCHER, "suspensionDamping", 0.15)
- setModelHandling(FBI_RANCHER, "suspensionHighSpeedDamping", 0)
- setModelHandling(FBI_RANCHER, "suspensionUpperLimit", 0.28)
- setModelHandling(FBI_RANCHER, "suspensionLowerLimit", -0.16)
- setModelHandling(FBI_RANCHER, "suspensionFrontRearBias", 0.5)
- setModelHandling(FBI_RANCHER, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(FBI_RANCHER, "seatOffsetDistance", 0.25)
- setModelHandling(FBI_RANCHER, "collisionDamageMultiplier", 0.48)
- setModelHandling(FBI_RANCHER, "monetary", 40000)
- setModelHandling(FBI_RANCHER, "modelFlags", 0x40222000)
- setModelHandling(FBI_RANCHER, "handlingFlags", 0x14342207)
- setModelHandling(FBI_RANCHER, "headLight", 0)
- setModelHandling(FBI_RANCHER, "tailLight", 1)
- setModelHandling(FBI_RANCHER, "animGroup", 0)
- -- elseif getElementModel(veh) == EUROS then
- -- EUROS:
- setModelHandling(EUROS, "mass", 1600)
- setModelHandling(EUROS, "turnMass", 3200)
- setModelHandling(EUROS, "dragCoeff", 2.2)
- setModelHandling(EUROS, "centerOfMass", { 0, 0, 0.2 } )
- setModelHandling(EUROS, "percentSubmerged", 75)
- setModelHandling(EUROS, "tractionMultiplier", 0.7)
- setModelHandling(EUROS, "tractionLoss", 0.8)
- setModelHandling(EUROS, "tractionBias", 0.5)
- setModelHandling(EUROS, "numberOfGears", 5)
- setModelHandling(EUROS, "maxVelocity", 200)
- setModelHandling(EUROS, "engineAcceleration", 10)
- setModelHandling(EUROS, "engineInertia", 5)
- setModelHandling(EUROS, "driveType", "awd")
- setModelHandling(EUROS, "engineType", "petrol")
- setModelHandling(EUROS, "brakeDeceleration", 8)
- setModelHandling(EUROS, "brakeBias", 0.55)
- setModelHandling(EUROS, "ABS", false)
- setModelHandling(EUROS, "steeringLock", 26)
- setModelHandling(EUROS, "suspensionForceLevel", 1.2)
- setModelHandling(EUROS, "suspensionDamping", 0.15)
- setModelHandling(EUROS, "suspensionHighSpeedDamping", 0)
- setModelHandling(EUROS, "suspensionUpperLimit", 0.2)
- setModelHandling(EUROS, "suspensionLowerLimit", -0.1)
- setModelHandling(EUROS, "suspensionFrontRearBias", 0.5)
- setModelHandling(EUROS, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(EUROS, "seatOffsetDistance", 0.25)
- setModelHandling(EUROS, "collisionDamageMultiplier", 0.6)
- setModelHandling(EUROS, "monetary", 35000)
- setModelHandling(EUROS, "modelFlags", 0x40552804)
- setModelHandling(EUROS, "handlingFlags", 0x1010007)
- setModelHandling(EUROS, "headLight", 1)
- setModelHandling(EUROS, "tailLight", 1)
- setModelHandling(EUROS, "animGroup", 0)
- -- elseif getElementModel(veh) == NEBULA then
- -- NEBULA:
- setModelHandling(NEBULA, "mass", 3200)
- setModelHandling(NEBULA, "turnMass", 6400)
- setModelHandling(NEBULA, "dragCoeff", 2.2)
- setModelHandling(NEBULA, "centerOfMass", { 0, 0, -0.6 } )
- setModelHandling(NEBULA, "percentSubmerged", 80)
- setModelHandling(NEBULA, "tractionMultiplier", 0.75)
- setModelHandling(NEBULA, "tractionLoss", 0.85)
- setModelHandling(NEBULA, "tractionBias", 0.4)
- setModelHandling(NEBULA, "numberOfGears", 5)
- setModelHandling(NEBULA, "maxVelocity", 135)
- setModelHandling(NEBULA, "engineAcceleration", 22)
- setModelHandling(NEBULA, "engineInertia", 115)
- setModelHandling(NEBULA, "driveType", "awd")
- setModelHandling(NEBULA, "engineType", "petrol")
- setModelHandling(NEBULA, "brakeDeceleration", 9.5)
- setModelHandling(NEBULA, "brakeBias", 0.5)
- setModelHandling(NEBULA, "ABS", false)
- setModelHandling(NEBULA, "steeringLock", 25)
- setModelHandling(NEBULA, "suspensionForceLevel", 0.8)
- setModelHandling(NEBULA, "suspensionDamping", 0.15)
- setModelHandling(NEBULA, "suspensionHighSpeedDamping", 0)
- setModelHandling(NEBULA, "suspensionUpperLimit", 0.31)
- setModelHandling(NEBULA, "suspensionLowerLimit", -0.3)
- setModelHandling(NEBULA, "suspensionFrontRearBias", 0.5)
- setModelHandling(NEBULA, "suspensionAntiDiveMultiplier", 0)
- setModelHandling(NEBULA, "seatOffsetDistance", 0.38)
- setModelHandling(NEBULA, "collisionDamageMultiplier", 0.3)
- setModelHandling(NEBULA, "monetary", 35000)
- setModelHandling(NEBULA, "modelFlags", 0xE0DD2000)
- setModelHandling(NEBULA, "handlingFlags", 0x308883)
- setModelHandling(NEBULA, "headLight", 0)
- setModelHandling(NEBULA, "tailLight", 1)
- setModelHandling(NEBULA, "animGroup", 0)
- -- elseif getElementModel(veh) == BANSHEE then
- -- BANSHEE:
- setModelHandling(BANSHEE, "maxVelocity", 220)
- -- elseif getElementModel(veh) == SULTAN then
- -- SULTAN:
- setModelHandling(SULTAN, "mass", 1000)
- setModelHandling(SULTAN, "turnMass", 1500)
- setModelHandling(SULTAN, "dragCoeff", 6.5)
- setModelHandling(SULTAN, "centerOfMass", { 0, 0, -0.3 } )
- setModelHandling(SULTAN, "percentSubmerged", 50)
- setModelHandling(SULTAN, "tractionMultiplier", 0.85)
- setModelHandling(SULTAN, "tractionLoss", 0.85)
- setModelHandling(SULTAN, "tractionBias", 0.5)
- setModelHandling(SULTAN, "numberOfGears", 5)
- setModelHandling(SULTAN, "maxVelocity", 175)
- setModelHandling(SULTAN, "engineAcceleration", 30)
- setModelHandling(SULTAN, "engineInertia", 150)
- setModelHandling(SULTAN, "driveType", "fwd")
- setModelHandling(SULTAN, "engineType", "petrol")
- setModelHandling(SULTAN, "brakeDeceleration", 8.5)
- setModelHandling(SULTAN, "brakeBias", 0.5)
- setModelHandling(SULTAN, "ABS", false)
- setModelHandling(SULTAN, "steeringLock", 30)
- setModelHandling(SULTAN, "suspensionForceLevel", 2.6)
- setModelHandling(SULTAN, "suspensionDamping", 0.1)
- setModelHandling(SULTAN, "suspensionHighSpeedDamping", 0.35)
- setModelHandling(SULTAN, "suspensionUpperLimit", 1)
- setModelHandling(SULTAN, "suspensionLowerLimit", -0.2)
- setModelHandling(SULTAN, "suspensionFrontRearBias", 0.5)
- setModelHandling(SULTAN, "suspensionAntiDiveMultiplier", 0.28)
- setModelHandling(SULTAN, "seatOffsetDistance", 0.28)
- setModelHandling(SULTAN, "collisionDamageMultiplier", 0.3)
- setModelHandling(SULTAN, "monetary", 35000)
- setModelHandling(SULTAN, "modelFlags", 0x40AA2800)
- setModelHandling(SULTAN, "handlingFlags", 0xF8000483)
- setModelHandling(SULTAN, "headLight", 1)
- setModelHandling(SULTAN, "tailLight", 1)
- setModelHandling(SULTAN, "animGroup", 0)
- -- elseif getElementModel(veh) == REGINA then
- -- REGINA:
- setModelHandling(REGINA, "mass", 1500.0)
- setModelHandling(REGINA, "turnMass", 3800.0)
- setModelHandling(REGINA, "dragCoeff", 2.0)
- setModelHandling(REGINA, "centerOfMass", { 0.0, 0.2, 0.0 } )
- setModelHandling(REGINA, "percentSubmerged", 75)
- setModelHandling(REGINA, "tractionMultiplier", 0.65)
- setModelHandling(REGINA, "tractionLoss", 0.85)
- setModelHandling(REGINA, "tractionBias", 0.52)
- setModelHandling(REGINA, "numberOfGears", 4)
- setModelHandling(REGINA, "maxVelocity", 165.0)
- setModelHandling(REGINA, "engineAcceleration", 16.0)
- setModelHandling(REGINA, "engineInertia", 25.0)
- setModelHandling(REGINA, "driveType", "fwd")
- setModelHandling(REGINA, "engineType", "petrol")
- setModelHandling(REGINA, "brakeDeceleration", 5.0)
- setModelHandling(REGINA, "brakeBias", 0.60)
- setModelHandling(REGINA, "ABS", false)
- setModelHandling(REGINA, "steeringLock", 30.0)
- setModelHandling(REGINA, "suspensionForceLevel", 1.0)
- setModelHandling(REGINA, "suspensionDamping", 0.1)
- setModelHandling(REGINA, "suspensionHighSpeedDamping", 0.0)
- setModelHandling(REGINA, "suspensionUpperLimit", 0.27)
- setModelHandling(REGINA, "suspensionLowerLimit", -0.17)
- setModelHandling(REGINA, "suspensionFrontRearBias", 0.5)
- setModelHandling(REGINA, "suspensionAntiDiveMultiplier", 0.2)
- setModelHandling(REGINA, "seatOffsetDistance", 0.24)
- setModelHandling(REGINA, "collisionDamageMultiplier", 0.48)
- setModelHandling(REGINA, "monetary", 18000)
- setModelHandling(REGINA, "modelFlags", 0x20)
- setModelHandling(REGINA, "handlingFlags", 0x1)
- setModelHandling(REGINA, "headLight", 1)
- setModelHandling(REGINA, "tailLight", 1)
- setModelHandling(REGINA, "animGroup", 0)
- -- elseif getElementModel(veh) == BUCCANEER then
- -- BUCCANEER:
- setModelHandling(BUCCANEER, "mass", 1700)
- setModelHandling(BUCCANEER, "turnMass", 4500)
- setModelHandling(BUCCANEER, "dragCoeff", 2.2)
- setModelHandling(BUCCANEER, "centerOfMass", { 0, 0.3, 0 } )
- setModelHandling(BUCCANEER, "percentSubmerged", 70)
- setModelHandling(BUCCANEER, "tractionMultiplier", 0.7)
- setModelHandling(BUCCANEER, "tractionLoss", 0.9)
- setModelHandling(BUCCANEER, "tractionBias", 0.5)
- setModelHandling(BUCCANEER, "numberOfGears", 4)
- setModelHandling(BUCCANEER, "maxVelocity", 160)
- setModelHandling(BUCCANEER, "engineAcceleration", 9.6)
- setModelHandling(BUCCANEER, "engineInertia", 15)
- setModelHandling(BUCCANEER, "driveType", "rwd")
- setModelHandling(BUCCANEER, "engineType", "petrol")
- setModelHandling(BUCCANEER, "brakeDeceleration", 5)
- setModelHandling(BUCCANEER, "brakeBias", 0.5)
- setModelHandling(BUCCANEER, "ABS", false)
- setModelHandling(BUCCANEER, "steeringLock", 35)
- setModelHandling(BUCCANEER, "suspensionForceLevel", 2.1)
- setModelHandling(BUCCANEER, "suspensionDamping", 0.1)
- setModelHandling(BUCCANEER, "suspensionHighSpeedDamping", 0)
- setModelHandling(BUCCANEER, "suspensionUpperLimit", 0.1)
- setModelHandling(BUCCANEER, "suspensionLowerLimit", -0.3)
- setModelHandling(BUCCANEER, "suspensionFrontRearBias", 0.5)
- setModelHandling(BUCCANEER, "suspensionAntiDiveMultiplier", 0)
- setModelHandling(BUCCANEER, "seatOffsetDistance", 0)
- setModelHandling(BUCCANEER, "collisionDamageMultiplier", 0.52)
- setModelHandling(BUCCANEER, "monetary", 19000)
- setModelHandling(BUCCANEER, "modelFlags", 0x402F0000)
- setModelHandling(BUCCANEER, "handlingFlags", 0x404407)
- setModelHandling(BUCCANEER, "headLight", 1)
- setModelHandling(BUCCANEER, "tailLight", 1)
- setModelHandling(BUCCANEER, "animGroup", 1)
- -- elseif getElementModel(veh) == ELEGY then
- -- ELEGY:
- setModelHandling(ELEGY, "mass", 1500)
- setModelHandling(ELEGY, "turnMass", 3500)
- setModelHandling(ELEGY, "dragCoeff", 2.2)
- setModelHandling(ELEGY, "centerOfMass", { 0, 0.3, -0.15 } )
- setModelHandling(ELEGY, "percentSubmerged", 75)
- setModelHandling(ELEGY, "tractionMultiplier", 0.65)
- setModelHandling(ELEGY, "tractionLoss", 0.9)
- setModelHandling(ELEGY, "tractionBias", 0.5)
- setModelHandling(ELEGY, "numberOfGears", 5)
- setModelHandling(ELEGY, "maxVelocity", 200)
- setModelHandling(ELEGY, "engineAcceleration", 11.2)
- setModelHandling(ELEGY, "engineInertia", 5)
- setModelHandling(ELEGY, "driveType", "rwd")
- setModelHandling(ELEGY, "engineType", "petrol")
- setModelHandling(ELEGY, "brakeDeceleration", 8)
- setModelHandling(ELEGY, "brakeBias", 0.5)
- setModelHandling(ELEGY, "ABS", false)
- setModelHandling(ELEGY, "steeringLock", 35)
- setModelHandling(ELEGY, "suspensionForceLevel", 1)
- setModelHandling(ELEGY, "suspensionDamping", 1.6)
- setModelHandling(ELEGY, "suspensionHighSpeedDamping", 0)
- setModelHandling(ELEGY, "suspensionUpperLimit", 0.28)
- setModelHandling(ELEGY, "suspensionLowerLimit", -0.1)
- setModelHandling(ELEGY, "suspensionFrontRearBias", 0.5)
- setModelHandling(ELEGY, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(ELEGY, "seatOffsetDistance", 0.25)
- setModelHandling(ELEGY, "collisionDamageMultiplier", 0.6)
- setModelHandling(ELEGY, "monetary", 35000)
- setModelHandling(ELEGY, "modelFlags", 0x40002804)
- setModelHandling(ELEGY, "handlingFlags", 0x4000001)
- setModelHandling(ELEGY, "headLight", 1)
- setModelHandling(ELEGY, "tailLight", 1)
- setModelHandling(ELEGY, "animGroup", 1)
- -- elseif getElementModel(veh) == MONSTER then
- -- MONSTER:
- setModelHandling(MONSTER, "turnMass", 7500)
- setModelHandling(MONSTER, "dragCoeff", 3)
- setModelHandling(MONSTER, "centerOfMass", { 0, 0, -0.35 } )
- setModelHandling(MONSTER, "percentSubmerged", 85)
- setModelHandling(MONSTER, "tractionMultiplier", 0.75)
- setModelHandling(MONSTER, "tractionLoss", 0.825)
- setModelHandling(MONSTER, "tractionBias", 0.475)
- setModelHandling(MONSTER, "numberOfGears", 5)
- setModelHandling(MONSTER, "maxVelocity", 155)
- setModelHandling(MONSTER, "engineAcceleration", 18)
- setModelHandling(MONSTER, "engineInertia", 25)
- setModelHandling(MONSTER, "driveType", "awd")
- setModelHandling(MONSTER, "engineType", "petrol")
- setModelHandling(MONSTER, "brakeDeceleration", 7)
- setModelHandling(MONSTER, "brakeBias", 0.45)
- setModelHandling(MONSTER, "ABS", false)
- setModelHandling(MONSTER, "steeringLock", 35)
- setModelHandling(MONSTER, "suspensionForceLevel", 1)
- setModelHandling(MONSTER, "suspensionDamping", 0.07)
- setModelHandling(MONSTER, "suspensionHighSpeedDamping", 0)
- setModelHandling(MONSTER, "suspensionUpperLimit", 0.4)
- setModelHandling(MONSTER, "suspensionLowerLimit", -0.4)
- setModelHandling(MONSTER, "suspensionFrontRearBias", 0.5)
- setModelHandling(MONSTER, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(MONSTER, "seatOffsetDistance", 0.44)
- setModelHandling(MONSTER, "collisionDamageMultiplier", 0.35)
- setModelHandling(MONSTER, "monetary", 40000)
- setModelHandling(MONSTER, "modelFlags", 0x28)
- setModelHandling(MONSTER, "handlingFlags", 0x1308847)
- setModelHandling(MONSTER, "headLight", 0)
- setModelHandling(MONSTER, "tailLight", 1)
- setModelHandling(MONSTER, "animGroup", 20)
- -- elseif getElementModel(veh) == MONSTER_A then
- -- MONSTER_A:
- setModelHandling(MONSTER_A, "turnMass", 7500)
- setModelHandling(MONSTER_A, "dragCoeff", 3)
- setModelHandling(MONSTER_A, "centerOfMass", { 0, 0, -0.35 } )
- setModelHandling(MONSTER_A, "percentSubmerged", 85)
- setModelHandling(MONSTER_A, "tractionMultiplier", 0.75)
- setModelHandling(MONSTER_A, "tractionLoss", 0.825)
- setModelHandling(MONSTER_A, "tractionBias", 0.475)
- setModelHandling(MONSTER_A, "numberOfGears", 5)
- setModelHandling(MONSTER_A, "maxVelocity", 155)
- setModelHandling(MONSTER_A, "engineAcceleration", 18)
- setModelHandling(MONSTER_A, "engineInertia", 25)
- setModelHandling(MONSTER_A, "driveType", "awd")
- setModelHandling(MONSTER_A, "engineType", "petrol")
- setModelHandling(MONSTER_A, "brakeDeceleration", 7)
- setModelHandling(MONSTER_A, "brakeBias", 0.45)
- setModelHandling(MONSTER_A, "ABS", false)
- setModelHandling(MONSTER_A, "steeringLock", 35)
- setModelHandling(MONSTER_A, "suspensionForceLevel", 1)
- setModelHandling(MONSTER_A, "suspensionDamping", 0.07)
- setModelHandling(MONSTER_A, "suspensionHighSpeedDamping", 0)
- setModelHandling(MONSTER_A, "suspensionUpperLimit", 0.4)
- setModelHandling(MONSTER_A, "suspensionLowerLimit", -0.4)
- setModelHandling(MONSTER_A, "suspensionFrontRearBias", 0.5)
- setModelHandling(MONSTER_A, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(MONSTER_A, "seatOffsetDistance", 0.44)
- setModelHandling(MONSTER_A, "collisionDamageMultiplier", 0.35)
- setModelHandling(MONSTER_A, "monetary", 40000)
- setModelHandling(MONSTER_A, "modelFlags", 0x28)
- setModelHandling(MONSTER_A, "handlingFlags", 0x1308847)
- setModelHandling(MONSTER_A, "headLight", 0)
- setModelHandling(MONSTER_A, "tailLight", 1)
- setModelHandling(MONSTER_A, "animGroup", 20)
- -- elseif getElementModel(veh) == MONSTER_B then
- -- MONSTER_B:
- setModelHandling(MONSTER_B, "turnMass", 7500)
- setModelHandling(MONSTER_B, "dragCoeff", 3)
- setModelHandling(MONSTER_B, "centerOfMass", { 0, 0, -0.35 } )
- setModelHandling(MONSTER_B, "percentSubmerged", 85)
- setModelHandling(MONSTER_B, "tractionMultiplier", 0.75)
- setModelHandling(MONSTER_B, "tractionLoss", 0.825)
- setModelHandling(MONSTER_B, "tractionBias", 0.475)
- setModelHandling(MONSTER_B, "numberOfGears", 5)
- setModelHandling(MONSTER_B, "maxVelocity", 155)
- setModelHandling(MONSTER_B, "engineAcceleration", 18)
- setModelHandling(MONSTER_B, "engineInertia", 25)
- setModelHandling(MONSTER_B, "driveType", "awd")
- setModelHandling(MONSTER_B, "engineType", "petrol")
- setModelHandling(MONSTER_B, "brakeDeceleration", 7)
- setModelHandling(MONSTER_B, "brakeBias", 0.45)
- setModelHandling(MONSTER_B, "ABS", false)
- setModelHandling(MONSTER_B, "steeringLock", 35)
- setModelHandling(MONSTER_B, "suspensionForceLevel", 1)
- setModelHandling(MONSTER_B, "suspensionDamping", 0.07)
- setModelHandling(MONSTER_B, "suspensionHighSpeedDamping", 0)
- setModelHandling(MONSTER_B, "suspensionUpperLimit", 0.4)
- setModelHandling(MONSTER_B, "suspensionLowerLimit", -0.4)
- setModelHandling(MONSTER_B, "suspensionFrontRearBias", 0.5)
- setModelHandling(MONSTER_B, "suspensionAntiDiveMultiplier", 0.3)
- setModelHandling(MONSTER_B, "seatOffsetDistance", 0.44)
- setModelHandling(MONSTER_B, "collisionDamageMultiplier", 0.35)
- setModelHandling(MONSTER_B, "monetary", 40000)
- setModelHandling(MONSTER_B, "modelFlags", 0x28)
- setModelHandling(MONSTER_B, "handlingFlags", 0x1308847)
- setModelHandling(MONSTER_B, "headLight", 0)
- setModelHandling(MONSTER_B, "tailLight", 1)
- setModelHandling(MONSTER_B, "animGroup", 20)
- -- elseif getElementModel(veh) == TURISMO then
- -- TURISMO:
- setModelHandling(TURISMO, "mass", 1400)
- setModelHandling(TURISMO, "turnMass", 1800)
- setModelHandling(TURISMO, "dragCoeff", 1.95)
- setModelHandling(TURISMO, "centerOfMass", { 0, -0.3, -0.2 } )
- setModelHandling(TURISMO, "percentSubmerged", 70)
- setModelHandling(TURISMO, "tractionMultiplier", 0.75)
- setModelHandling(TURISMO, "tractionLoss", 0.85)
- setModelHandling(TURISMO, "tractionBias", 0.45)
- setModelHandling(TURISMO, "numberOfGears", 5)
- setModelHandling(TURISMO, "maxVelocity", 265)
- setModelHandling(TURISMO, "engineAcceleration", 14)
- setModelHandling(TURISMO, "engineInertia", 10)
- setModelHandling(TURISMO, "driveType", "awd")
- setModelHandling(TURISMO, "engineType", "petrol")
- setModelHandling(TURISMO, "brakeDeceleration", 11)
- setModelHandling(TURISMO, "brakeBias", 0.51)
- setModelHandling(TURISMO, "ABS", false)
- setModelHandling(TURISMO, "steeringLock", 30)
- setModelHandling(TURISMO, "suspensionForceLevel", 1.2)
- setModelHandling(TURISMO, "suspensionDamping", 0.13)
- setModelHandling(TURISMO, "suspensionHighSpeedDamping", 0)
- setModelHandling(TURISMO, "suspensionUpperLimit", 0.45)
- setModelHandling(TURISMO, "suspensionLowerLimit", -0.145)
- setModelHandling(TURISMO, "suspensionFrontRearBias", 0.45)
- setModelHandling(TURISMO, "suspensionAntiDiveMultiplier", 0.4)
- setModelHandling(TURISMO, "seatOffsetDistance", 0.17)
- setModelHandling(TURISMO, "collisionDamageMultiplier", 0.68)
- setModelHandling(TURISMO, "monetary", 95000)
- setModelHandling(TURISMO, "modelFlags", 0x40002004)
- setModelHandling(TURISMO, "handlingFlags", 0xC14001)
- setModelHandling(TURISMO, "headLight", 1)
- setModelHandling(TURISMO, "tailLight", 1)
- setModelHandling(TURISMO, "animGroup", 1)
- -- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement