Search the Community
Showing results for tags 'cars'.
-
Los Santos Gang Wars We are a community which was very known on SAMP specifically in the DM/Gangwar area where at one point we had the highest playerbase amongst other gang war servers. As the community founder and owner I've decided to migrate to RAGE MP Like the name indicates LS-GW is a very straight forward classic gang war server where is your main objective is to kill other gangs and takeover their territories since this is still on beta there are only 6 teams added so far which are : Grove Street Famlilies Los Santos Ballas Los Vagos Varrios Los Aztecas Los Santos Police Departement Piru Bloodz Features: Unique GUI designs for a more user friendly experience. Special turf system with scoreboards and points. Loot crash sites and rob markets to gain more cash and EXP. Vehicle ownership system Ammunation and weapon customization system. Fully customizable characters,make your own character and dress it how you like. Custom damage system. Faction system (coming soon) gang buisness wars(coming soon) Free-for-all arenas (FFA) Kill spree system Two languages available (GERMAN, ENGLISH) Lag-free server enjoy the lowset ping accompanied with the highest fps you could get SERVER INFO: discord.io/LSGW SERVER IP : lsgw.ddns.net:22005 SCREENSHOTS: A brief video: Pay us a visit today!
-
We have currently 18 addon cars (1006.789307 MB (uncompressed: 1409.340576 MB)) and no matter what Vehicle we add the Server crashes How we can fix it
-
Hey everyone, I just got a question, is there anyone who might help me get the cars from vanilla works onto my server i know there are a lot of tut's but i watched them and sorry but i am hard stuck with those packs so please can anyone help me out with that much appreciated. 👍
-
Version 1.2.0
656 downloads
Hello everyone, This resource gives the ability to add Nitro to any car and syncs the effect of the nitro in your exhaust, so you can experience its feeling in-game. //Server-side player.call('giveNitro', [amount, infinite]); //Client-side mp.events.call('giveNitro', [amount, infinite]); //Note: Nitro charges automatically no matter what value you give. Press X in-game to activate the nitro. -
Hi This is my Beeker's/LS Customs mod for GTA. This is a work in progress. I intend to make this a humble little car parts trading mod. I'm happy to share this development with the community, especially the add-on car .rpf's. I'll keep the list growing as I add to my collection. Until I get the frameworks complete, use the commands: ## Mod the vehicle you are currently in. ## X = mod index, Y = mod /mod X Y ## Change the color of your car ## X = primary color, Y = secondary color /color X Y ## Chang your license plate ## X = alphanumeric string to display on license plate /licenseplate X Vehicle Colors Vehicle Mods Open Source RP Compatible The project is compatible with Open Source Role Play with some additions to the cMisc.js file. Special Eclipse Public License This mod is free to use with special provisions. Please familiarize yourself with the LICENSE as it is essential to understanding how this mod may be used. Install Download To install on your copy of Open Source RP just drop the files into their respective folders: Place the contents of dlcpacks into your client_packages/dlcpacks/ Place packages/Auto-Shop into your packages/ Place app/client/Business/cAutoShop.js into your app/client/Business/ Place app/client/Browsers/Business/AutoShop into your app/client/Browsers/Business/ Add the following to app/client/index.js require('./Business/cAutoShop'); Add this smarter camera function to app/client/cMisc.js // POINTED CAMERA // function createPointedCam(x, y, z, rx, ry, rz, viewangle, px, py, pz) { camera = mp.cameras.new("Cam", {x, y, z}, {x: rx, y: ry, z: rz}, viewangle); camera.setActive(true); camera.pointAtCoord(px, py, pz) mp.game.cam.renderScriptCams(true, true, 20000000000000000000000000, false, false); } exports.createPointedCam = createPointedCam; Add-on Car List Garage Bay Framework The shop menu is accessed from the manager's desk. The available menu depends on which garage bay is occupied by a car. At it's current state, if both bays are occupied the available menu will represent the last bay to become occupied. In the future, an option for both bays will be accessible from the manager's desk. Mods as Items Framework This garage mod focuses on addon vehicles that have unique "vehiclemods" .rpf packs. The vehicle mods applied are custom made to their real life counterpart. Each individual mod is it's own object within an array that represents the vehicle. This data is currently stored in the vue.js data object. It will need to be refactored into Vue components as the intended library of cars gets added. m3f80: [ { local: "spoiler", index: 0, mod: 2, item: "GT Universal Racing Spoiler" }, { local: "spoiler", index: 0, mod: 1, item: "VIE Rear Lip Spoiler" } ] The model of your vehicle is identified by the server when entering the designated garage bay. The model ID transfers into the vue.js data object. While we have your model ID we can tell you if there are mods available for that model of car. <div v-if="model === 3714356651"> <div v-for="product in m3f80" class="applyMod"> <div>{{ product.local }}</div> <div>{{ product.index }}</div> <div>{{ product.mod }}</div> <div>{{ product.item }}</div> </div> </div> The BMW has 19 different mods available The Impala shows 29 items available here but I didn't even scratch the surface on it. This thing has 16 different steering wheels not in the array yet. TODO: Make the UI pretty and function as a shopping cart... then work on the paint bay.
-
So I'm wondering-- in GTA:W, (and I'm not sure this is only GTAW) a friend and I have two vehicles. One is a fully modded Savestra, the other is a fully modded 190z. Now, stats wise-- these both have the same speed, but the 190z should have better acceleration, (among other things). However, not only does it not have higher acceleration-- it also has a lower top speed, poorer handling-- and almost inverse stats to the GTA:O version. Is this a Rage MP issue? Or a GTA:W issue? Sorry if this seems really the opposite of savvy and stupid, I'm genuinely just curious.