
Andres99907
Members-
Posts
44 -
Joined
-
Last visited
Everything posted by Andres99907
-
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
-
Any script to disable the water gun of the S.W.A.T tanquette?
Andres99907 replied to Andres99907's topic in Scripting
Thanks! -
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. (#)
-
any resource to save vehicles? I've been investigating this and I have not found anything that works
-
some resources to get on the nearest vehicle? , Sorry , My English is bad.
-
anyway to fix it so the blades do not kill when they hit you?
Andres99907 replied to Andres99907's topic in Scripting
THANKS , VERY MUCH THANKS -
Good job guys! i invite you to my my server of gta online style party with my friends... yeah!
-
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.
-
-
if we could load a custom handling.cfg it would be great
-
-
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
-
¡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 )
-
i can change the sound of the planes?
-
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í?
-
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.