Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/06/19 in all areas

  1. You need to disable two-factor authorisation. Also check spam folder
    1 point
  2. 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.
    1 point
  3. You can only use what is on this list https://wiki.rage.mp/index.php?title=Gamemodes
    1 point
  4. Version 1.9 without sql db

    13546 downloads

    Hello, it's my old version LSFIVEM gamemode v1.6 Detailed before: https://forum.lsfivem.com/index.php?forums/Новости.20/ Installing 1. Download archive and extract to rage:mp server folder 2. Set config mysql in packages/roleplay/mysql.js 3. Insert SQL from archive to datebase 4. Enjoy, but need do it other registration form (across web) Date Build: 26 december 2017 Good Luck.
    0 points
×
×
  • Create New...