Jump to content

Search the Community

Showing results for tags 'vehicles'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Member Title


Gang


Location


Occupation


Interests

Found 24 results

  1. mta-add-models is a library/framework resource that I made: Its purpose is allowing you to add new peds(skins)/objects/vehicles to your server. All the new added models will be automatically synced with all players. Supports encrypted mod files using the NandoCrypt system. As of v2.0.0, files with attribute download="false" in meta.xml are supported, and newmodels will handle downloading them! The way to achieve this is by following the tutorial included in the project's documentation (see GitHub link below) The resource comes with test commands for you to experiment with the mods provided and see what's going on under the hood. You're meant to make your own implementations to use newmodels in your server's complex systems. GitHub Repo (Download): https://github.com/Fernando-A-Rocha/mta-add-models#readme (Documentation here) Community Page (Download): https://community.multitheftauto.com/index.php?p=resources&s=details&id=18598 (will try to update often) (NEW) Custom Map Editor: https://github.com/Fernando-A-Rocha/mta-add-models/blob/main/.github/docs/custom_editor/README.md For support/questions please access my main thread: https://forum.multitheftauto.com/topic/139644-rel-nandos-resources/ I hope you enjoy!
  2. Hello, I am willing to add multiple mods ( .txd .dff ) for example on a ((BMX SA Model : 481)) and I was wondering, how I could accomplish that, because I know that it is possible, another Latvian server had it, but it is currently inactive, and I am trying to make a project of my own, for me and my friends, so we can have fun on our own, so if anyone could help me get that done, I would be highly grateful.. I heard something about shaders, maybe that’s what they had done, if so, could someone explain, walk me through it, on how I could do that? My discord, just in case.. dqlepy#9090 Thanks in advance, for any useful help..
  3. Hello dear friends, first of all, I am writing this text using translate. I apologize to everyone for my bad English. Forgive me if I put the issue in the wrong section. - I want to enlarge the wheels of the vehicles and make camber adjustments and I came across this content in the forum https://forum.multitheftauto.com/topic/92222-custom-wheel/ but the system in this content applies only to the front wheels and it goes underground when the wheel grows and how I will fix these errors from you I want your help, thank you very much in advance. :) Client-Side
  4. These 3 cars could be yours, if you are a SV owner or if u play as a VIP User etc... | Estos vehiculos pueden ser tuyos, si eres un visionario dueño de SV o si juegas como VIP dentro. You can talk with the sv´s Admin to install those inside the SV to your PJ | Puedes negociar con el administrador que te los coloque a tu PJ en el SV. I have the RAR archive | Tengo el archivo RAR - Toyota Land Cruiser Prado 2020 HD Model - Audi A7 Sline 2017 HD Model - Ferrari 1995 F50 HD Model Pay info: $20 Per Car / $20 por auto (Via PayPal ) | Bitcoin / Ether Accepted!! Requirements: Have Paypal or BTC Wallet Take a look to those images / Imagenes en el URL
  5. Olá Queria uma ajuda, queria um script para q o veiculo n exploda, quando bater muito o veiculo apenas pare de funcionar e n exploda, alguem poderia me ajudar??
  6. Hi gentlemen, I have a problem with lighting the texture, it is lighter than everyone Please tell me what the problem is I use these shaders /* Author: 50p Version: v1.0 Description: This shader allows you to mask a texture with a mask texture (black and white). */ texture ScreenTexture; sampler implicitInputTexture = sampler_state { Texture = <ScreenTexture>; }; texture MaskTexture; sampler implicitMaskTexture = sampler_state { Texture = <MaskTexture>; }; float4 MaskTextureMain( float2 uv : TEXCOORD0 ) : COLOR0 { float4 sampledTexture = tex2D( implicitInputTexture, uv ); float4 maskSampled = tex2D( implicitMaskTexture, uv ); sampledTexture.a = (maskSampled.r + maskSampled.g + maskSampled.b) / 3.0f; return sampledTexture; } technique Technique1 { pass Pass1 { AlphaBlendEnable = true; SrcBlend = SrcAlpha; DestBlend = InvSrcAlpha; PixelShader = compile ps_2_0 MaskTextureMain(); } }
  7. hi guys . i want Vehicles cant be pushed by on foot. can you help me
  8. I am using createVehicle code. How can I change the direction of vehicles
  9. hello every one , well im new at mta forum as i said in the first topic of myn so i created a server just to have fun so the name of the server is : [UGW] UnderGround World Events/Drift/Maps/RealRoads/Fun/Honda/BMW/Stunt/Mods+100 mtasa://46.105.250.205:26026 the main topic :
  10. Hello everyone! I started to learn render targets in lua. So the question is: Can i use dxDraw functions on vehicles? I think i should apply a shaders to use it. Some people use texreplace.fx for drawing. As i know, this people create a render target, draw some stuff on it, get pixel colours and apply a texture on the vehicle with shaders. Is there any other ways? Maybe i can draw text/images directly on vehicle texture (i added special texture to car called "bodytex" for this action) somehow\\\ Applying shaders each time reflects on perfomance a lot
  11. I'm currently working on a new project and I'm going to need some help if I want it launched any year soon. What I'm looking for - Someone(s) who can model a variety of things Vehicles Mapping Vegetation Objects Detailing Ped models Likely etc While there is no payment if things go right this could be one of the biggest and best servers in MTA If you want any more details or are interested post here or PM me.
  12. Hello guys, i've seen in some servers that you can change the texture of the same vehicle many times, So you can seen other players having the same vehicle but another texture, I know that i have to use Shader functions but how to do it, And how to make all players able to see other player's vehicle texture ?
  13. Guys,help pls ?<catalog type="vehicle"> <group name="Машины"> <vehicle id="527" name="2101" /> <vehicle id="529" name="2102" /> <vehicle id="420" name="2103" /> <vehicle id="421" name="2104" /> <vehicle id="547" name="2104 TUNING" /> <vehicle id="555" name="2105" /> <vehicle id="558" name="2106" /> <vehicle id="541" name="2107" /> <vehicle id="506" name="2107 TUNING" /> <vehicle id="496" name="2108" /> <vehicle id="429" name="2109" /> <vehicle id="445" name="2110" /> <vehicle id="458" name="2112" /> <vehicle id="415" name="2112 Coupe" /> <vehicle id="562" name="2113" /> <vehicle id="585" name="2114" /> <vehicle id="550" name="2114 TUNING" /> <vehicle id="467" name="2115" /> <vehicle id="479" name="21099" /> <vehicle id="436" name="21099bro" /> <vehicle id="411" name="Priora 2172" /> <vehicle id="502" name="Priora 2172Coupe" /> <vehicle id="402" name="Granta" /> <vehicle id="534" name="Granta TUNING" /> <vehicle id="580" name="Volga" /> <vehicle id="516" name="Lada ZAZ" /> </group> <group name="Зарубежный АвтоПром"> <vehicle id="505" name="BMW x5" /> <vehicle id="426" name="BMW 435iStance|Works"/> <vehicle id="401" name="Lamborgini Gallardo" /> <vehicle id="451" name="Mercedes Benz e63" /> <vehicle id="517" name="Mercedes Benz e63 V2" /> <vehicle id="540" name="Mercedes Benz 900 Brabus" /> <vehicle id="579" name="Mercedes Benz G65" /> <vehicle id="551" name="Porsche Cayman S 2014" /> <vehicle id="507" name="Renault Duster Dacia" /> <vehicle id="438" name="Volkswagen Polo" /> <vehicle id="565" name="Toyota Camry Tuning" /> <vehicle id="405" name="Subaru Impreza WRX STI" /> <vehicle id="477" name="Peugeot 406 Taxi 2" /> </group> </group> <group name="Мотоциклы"> <vehicle id="522" name="Honda Supra TUN" /> </group> </catalog>
  14. I need a script type. I have a Hydra and I would like to give one skin and another. For example, the MiG-29 and F-16. Please help!
  15. Приветствую всех. Уже давно не могу справится с одной проблемой. Схема такая: - Ресурс: vehicles - Ресурс: houses - Ресурс: businesses В каждом ресурсе есть своя глобальная таблица pl_vehs = {} houses = {} businesses = {} И проблема вот в чем, в ресурсе vehicles каждый игрок имеет 1-4 своих ячейки в таблице pl_vehs в таблицу pl_vehs = {} заносятся авто следующим образом: к примеру спавн: pl_vehs[carID] = createVehicle(tonumber(car_Info["model"]), x, y, z, 0, 0, rZ-90) Всё вроде хорошо, дальше задаётся элемент дата, играется прекрасно. Но вот спустя какое-то время при онлайне 100-300 чел. начинается следующая проблема: человек спавнит машину, и вместо неё телепортируется либо рандомный обьект маппинга, либо элемент (в виде пикапа) из houses[] или из bussineses[] Короче говоря функция createVehicle каким-то х... телепортирует уже существующий на сервере элемент, причем даже иногда игрока телепортирует. Как это возможно?! В дебаге и консоли никаких ошибок!(
  16. Gostaria de saber como eu consigo mudar o nome do carro no jogo, não é o nome no freeroam, é o nome no jogo msm, quando vc entra no carro aparece o nome do carro, e quando vc seta pelo painel tbm aparece o nome do carro
  17. شباب محتاج فنكشنات ماركر سيارات اضغط على زر سياره معينه وانزله
  18. any resource to save vehicles? I've been investigating this and I have not found anything that works
  19. Attention I have created this topic to tell you everyone that I am going to freelance in MTA:SA. As you don't know I am working with MTA:SA since 2013 and I have a lot of experience. If you are interested in any of MTA:SA (like DayZ) resouces, scripts or other things, just tell me what you want and I will sell it to you. Also I can teach you how to make some kind of scripts/resources/models/etc. by yourself, how to add it to the server. I can be your server scripter/mapper/hacker/etc., just hire me. Don't be shy You can contact me via e-mail ([email protected]) or skype (herokileris), or here in the forum (this topic or pm). For example, some of the scripts I have made and I can sell you: Vip - (in DayZ) gets more blood, restorations when eating, using medics, drinking... Also gets more stats after each spawning in the map. Animals in the map spawning and has an inventory in which they drop randomly Raw Meat after death. Respawn timer works perfectly. Zombies changed their status from walking or running, how they walk like randomly in the game, they scream, moan, bite your neck, infect you. Also I have a lot of DAYZ zombie models and sounds. Weapons system - each weapon has own model and shooting sound, inventory space slots, the name, the spawning chances, damage, ammo use, crosshire (including and snipers). Hold your breath system - when you aim, your crosshire moves, you can hold your breath and stop moving crosshire by holding a key like for example: for a 5 seconds. There are sounds added also for it. Sounds for you and others when you use medics, food, drinks, etc. like in the real life depending on the distance. Armour, hats, helmets, masks, caps and other clothing systems. MORE AND MORE. Group system. Scoreboard system. Give/Set items system. Map bugs fixer. Radiators, engines, tires, rotors, scrap metals, tank parts, etc. system for vehicles. AND MORE. I have all .lua files.
  20. Alright so I'm tired of how fast the vehicles are dropping in speed as soon you release the gas pedal, is there any handling option I can set that directly affects how fast or slow the deceleration will be. Or can it be done in other ways like comparing the speed in onClientRender with the previous stored speed and then set the speed a little higher than it's supposed to be if no buttons are pressed? any ideas?
  21. Ребята, кто нибудь знает в связи с чем в МТА, у машин после долгой езды колеса проваливаются под арки? Как это исправить?
  22. Hello guys, i recently setuped up my own dayz server, but i need to add like more vehicles i have some vehicles.lua and there are cars adn ther x,y,z i guess its spawn how can i add more? or can some1 just give me some pre-scripted vehicles.lua so i dont have to type it or something? i want more cars on my server basicaly , which players can find and get
  23. Hey, I need to get the positions of vehicles that are occupied by players clientside. But as soon as they are far away, those positions are not accurate anymore. Actually, they just don't change for about 1500 ms before they are updated again. I changed the "lightweight_sync_interval" in the server config file to 200 ms, but that didn't help. So, is there a solution to get the actual values, or does only the server have them at any time? Bonsai
  24. Ive always thought that GTA SA's brake light were insufficient when doing races that you'd barely see the other Vehicle, so i made a script which improves brake lights and adds reversing lights! The script is completely client sided, so no server performance drops, You can see the brake and reversing lights on all the Vehicles in your Area. Screenshots & Videos Sadly, because you cannot get the offset of vehicle headlight and brakelight dummies, you have to set the offsets yourself, it works as following: lights_table[589 .. "x"] = 0.4 lights_table[589 .. "y"] = -2 lights_table[589 .. "z"] = 0.1 lights_table[589 .. "x2"] = -0.4 lights_table[589 .. "y2"] = -2 lights_table[589 .. "z2"] = 0.1 -- x3 and x4 are optional lights_table[589 .. "x3"] = 0.6 lights_table[589 .. "y3"] = -2 lights_table[589 .. "z3"] = 0.1 lights_table[589 .. "x4"] = -0.6 lights_table[589 .. "y4"] = -2 lights_table[589 .. "z4"] = 0.1 lights_table is the table name, 589 is the vehicle ID, leave the dots, "x","y","z" are the offset coordinates, these are asked twice, one for "x,y,z" and one for "x2,y2,z2", each for one brake light ( left and right ), x3,y3,z3 and x4,y4,z4 are optional coordinates which serve as secondary brake lights. I will release the script soon on the community, and its already available on my GitHub.
×
×
  • Create New...