Jump to content

Andres99907

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by Andres99907

  1. I have a problem with the swat, I put a resource that makes it fire, but it explodes if there is someone else inside, I tried to make the doors lock in the swat and that they can not warp when a player is inside but it did not work. help
  2. I'm confused, I have not found almost anything about this, I can not turn off the gun, I think the command togglecontrol can help me but I do not know how to use it :(.
  3. I have a bug on my server. The Rhinos have an extra wheel, In Grand Theft Auto San Andreas , When you write HESOYAM this wheel appears and in appearsMTA it always, I was researching and I did not find anything about this since I had two options, Download a model that has no wheels but use the Rhino Tracks cleo or disappear the extra wheel, For obvious reasons I preferred to disappear the extra wheel but still I have not found how to do it help me pls. (#)
  4. any resource to save vehicles? I've been investigating this and I have not found anything that works
  5. some resources to get on the nearest vehicle? , Sorry , My English is bad.
  6. there anyway to fix it so the blades do not kill when they hit you?
  7. Good job guys! i invite you to my my server of gta online style party with my friends... yeah!
  8. I´m creating this script This script mimics the operation of the machine Gun of Valkyrie helicopter is this : restrictedTo = 488 bindKey ( "o", "down", function ( thePlayer, seat) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle and getElementModel (vehicle) == restrictedTo ) then x,y,z = getElementPosition(getLocalPlayer()) if not createProjectile(getLocalPlayer(), 19, x, y, z - 5, 1, nil, nil, nil, nil, -1, -1, -1, 0) then end end end ) but only the passengers can use the mg , the driver cannot can you help me? only the passenger can use the mg but it's not like that.
  9. if we could load a custom handling.cfg it would be great
  10. Hello guys , I'm creating a server with style from Grand theft Auto Online , but I have a problem , many of their cars have different performance and different qualities , I tried with Hedit (handling editor) , but this does not apply to all clients configuration , and does not save. i tried with different resources and i failed. this is Hedit https://community.multitheftauto.com/?p=resources&s=details&id=3716
  11. ¡Hola! Estoy haciendo un servidor estilo Gta V y ahora el euros está tratando de imitar al "Vacca" que por cierto quedó muy bien pero no le hace ni frente a otros como el Turismo R ni Cheetah y quería cambiarle el Handling pero el lua no queda y jamás sale con el handling , el lua está de esta forma: function handling ( ) for _,veh in pairs(getElementsByType("vehicle")) do if getElementModel(veh) == 587 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 )
  12. i can change the sound of the planes?
  13. Estoy haciendo un server de estilo GTA V y el "rustler" ahora es un p996 Lazer un caza , pero no puedo cambiarle el sonido con otros scripts ¿hay alguna forma de superponer el sonido? para que no suene así?
  14. I think change the sounds of the plane rustler to put a fighter but I can not because I tried to put it with car sound resources help and i speak spanish.
×
×
  • Create New...