Jump to content

lilkid4000

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by lilkid4000

  1. Wow Epic Very Epic Good Job man
  2. So how can she do that? i might need an explanation for that so she can understand better
  3. But look at the bottom of the Screen it said San Andreas
  4. Wow thanks a Lot Its nice to know this i was searching google for this lol
  5. I can do it for free Skype me reed.maxime
  6. function handling ( ) for _,veh in pairs(getElementsByType("vehicle")) do if getElementModel(veh) == 560 then setVehicleHandling (veh, "mass", 1600) setVehicleHandling(veh, "turnMass", 3921.3) setVehicleHandling(veh, "dragCoeff", 1.8 ) setVehicleHandling(veh, "centerOfMass", { 0, -0.4, 0 } ) setVehicleHandling(veh, "percentSubmerged", 75) setVehicleHandling(veh, "tractionMultiplier", 0.75) setVehicleHandling(veh, "tractionLoss", 0.85) setVehicleHandling(veh, "tractionBias", 0.52) setVehicleHandling(veh, "numberOfGears", 5) setVehicleHandling(veh, "maxVelocity", 400) setVehicleHandling(veh, "engineAcceleration", 20 ) setVehicleHandling(veh, "engineInertia", 10) setVehicleHandling(veh, "driveType", "rwd") setVehicleHandling(veh, "engineType", "petrol") setVehicleHandling(veh, "brakeDeceleration", 10) setVehicleHandling(veh, "brakeBias", 0.53) setVehicleHandling(veh, "steeringLock", 35) setVehicleHandling(veh, "suspensionForceLevel", 1.3) setVehicleHandling(veh, "suspensionDamping", 0.12) setVehicleHandling(veh, "suspensionHighSpeedDamping", 0) setVehicleHandling(veh, "suspensionUpperLimit", 0.28 ) setVehicleHandling(veh, "suspensionLowerLimit", -0.12) setVehicleHandling(veh, "suspensionFrontRearBias", 0.38 ) setVehicleHandling(veh, "suspensionAntiDiveMultiplier", 0) setVehicleHandling(veh, "seatOffsetDistance", 0.2) setVehicleHandling(veh, "collisionDamageMultiplier", 0.24) setVehicleHandling(veh, "monetary", 25000) setVehicleHandling(veh, "modelFlags", 0x40000000) setVehicleHandling(veh, "handlingFlags", 0x10200008 ) setVehicleHandling(veh, "headLight", 0) setVehicleHandling(veh, "tailLight", 1) setVehicleHandling(veh, "animGroup", 0) end end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handling ) Well try using this one i found Tell me if it works...
  7. Tell me when you are done I wanna see this
  8. Try Reinstalling MTA and delete all files
  9. Is this a MTA Server? This Looks Very Epic in the video How can i download this?
  10. Well that happens with my new server im not sure if that is fixable so if you are admin just slap yourself and you will respawn normally
  11. Well use a CD And Back up your new backup for it or a Flashdrive
  12. function handling ( ) for _,veh in pairs(getElementsByType("vehicle")) do if getElementModel(veh) == 560 then setVehicleHandling (veh, "mass", 1600) setVehicleHandling(veh, "turnMass", 3921.3) setVehicleHandling(veh, "dragCoeff", 1.8 ) setVehicleHandling(veh, "centerOfMass", { 0, -0.4, 0 } ) setVehicleHandling(veh, "percentSubmerged", 75) setVehicleHandling(veh, "tractionMultiplier", 0.75) setVehicleHandling(veh, "tractionLoss", 0.85) setVehicleHandling(veh, "tractionBias", 0.52) setVehicleHandling(veh, "numberOfGears", 5) setVehicleHandling(veh, "maxVelocity", 400) setVehicleHandling(veh, "engineAcceleration", 20 ) setVehicleHandling(veh, "engineInertia", 10) setVehicleHandling(veh, "driveType", "rwd") setVehicleHandling(veh, "engineType", "petrol") setVehicleHandling(veh, "brakeDeceleration", 10) setVehicleHandling(veh, "brakeBias", 0.53) setVehicleHandling(veh, "steeringLock", 35) setVehicleHandling(veh, "suspensionForceLevel", 1.3) setVehicleHandling(veh, "suspensionDamping", 0.12) setVehicleHandling(veh, "suspensionHighSpeedDamping", 0) setVehicleHandling(veh, "suspensionUpperLimit", 0.28 ) setVehicleHandling(veh, "suspensionLowerLimit", -0.12) setVehicleHandling(veh, "suspensionFrontRearBias", 0.38 ) setVehicleHandling(veh, "suspensionAntiDiveMultiplier", 0) setVehicleHandling(veh, "seatOffsetDistance", 0.2) setVehicleHandling(veh, "collisionDamageMultiplier", 0.24) setVehicleHandling(veh, "monetary", 25000) setVehicleHandling(veh, "modelFlags", 0x40000000) setVehicleHandling(veh, "handlingFlags", 0x10200008 ) setVehicleHandling(veh, "headLight", 0) setVehicleHandling(veh, "tailLight", 1) setVehicleHandling(veh, "animGroup", 0) end end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handling ) That is a Vehicle Handling script feel free to use it and learn from it
  13. Wow this is awesome Freaking Awesome
  14. Im interested Sooo what shall i start doing?
  15. lilkid4000

    Help me

    Well try pressing Ctrl +c or uninstalling MTA and reinstalling it after
  16. Did you try reseting your internet modem or wifi? Maybe its your network as it says
  17. Well my friend is running a server and i am an admin of it and i would like to add some resources to it im not sure how to add the resources to that server can someone tell me how?
  18. lilkid4000

    Question

    https://community.multitheftauto.com/ind ... ls&id=8632 i think this one will match your admin panel that u are looking for
  19. IM looking to enter a server as an admin Scripter PM Me for info i can script lots of stuff PM ME or REPLY Here
  20. lilkid4000

    Hello

    Well Look around and try to find a good server that is suitable for you i guess...
×
×
  • Create New...