Jump to content

Leaderboard

Popular Content

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

  1. Version 1.1.0

    1529 downloads

    - Up to 20 NEW hairstyles for males! - Up to 19 NEW hairstyles for females! - Root's character creator adaption supported! Installation: 1) Unpack the rar. 2) If you haven't already, create a "dlcpacks" folder inside your "client_packages" folder. 3) Drop the "gtahairs" folder inside "dlcpacks"
    2 points
  2. Version 1.0.0

    808 downloads

    Features Nice and clean UI Save maps (as json) Load maps to continue your work. Spawn objects / markers / vehicles Fast search in a list of thousands of objects (200ms maximum) Controls F to show/hide cursor WASD to move, Q/E for up or down Mouse click on an object with the crosshair (not cursor) to select it Arrow keys to move entity PG Up / PG Down move entity up/down CTRL + Arrow keys to rotate, CTRL + PG UP/ PG DOWN to rotate on X vector Hold Alt to rotate/move entities or yourself slowly Hold Shift to rotate/move entities or yourself faster CTRL + C to duplicate entity Delete to destroy F5 to open a list of all entities in the map, clicking an item will select it, some objects can only be selected from this menu. F4 to stop freecam and move your character around For installation, don't forget to require `./map-editor` in your client_packages Maps are saved in the root "maps" folder Credits for @Morbo for his noclip camera. Thanks to Fenrir for support Disclaimer: this map editor is a work of fiction, if there's similarities between this and MTA's map editor then its purely a coincidence.
    2 points
  3. Olá pessoal, É com grande prazer que venho lhes apresentar meu servidor de RP Americano: Los Santos Roleplay, com 1500 slots para players brasileiros e portugueses vivendo na pele o "Sonho Americano em busca de uma vida próspera e digna, confira o nosso trailer: Por que jogar no Los Santos Roleplay? Temos 1500 slots para players simultâneos no servidor sem lag nenhum! Nosso gamemode é único e foi construído completamente do zero por profissionais da área! Utilizamos a plataforma RAGE Multiplayer que tem muito melhor performance e estabilidade do que outras concorrentes. Desenvolvemos o servidor focados em experiência de usuário! - Somos aberto a sugestões e ouvimos nosso público! Somos aberto a sugestões e ouvimos nosso público! Tá esperando o que? Corre pro nosso discord que a whitelist abre em breve: Discord: https://lsrp.com.br/discord Contamos com sua presença na abertura do servidor no dia 19/06/2020! Abraços - Nominal
    1 point
  4. Inside your server folder, open config.json and add the following line "allow-cef-debugging": true Now head to your registry (Windows Key + R ) and type regedit and hit enter. Head to the following path: Once you're there, right click and Go New > String Value and put "launch.cefPort" as the name and Hit Enter, then right click and hit Modify and set the data to the port you'd like to use (9222 for example) and it should look the same as below Now head to your browser using the following: http://localhost:9222/ or whatever port you had entered to enable it. You'll need to quit Rage and open it back up if you enabled this while in game, and make sure you restart your server when you change the setting. Credits to @kemperrr as I used his post on Discord to make this up.
    1 point
  5. paste this code inside client_packages folder class Singleton { constructor() { setInterval(() => { this.checkEvent(); }, 250); } checkEvent() { mp.objects.forEach((object) => { if (object.handle) { this.checkForStreamIn(object); } else { this.checkForStreamOut(object); } }); } checkForStreamIn(object) { if (object.isInStreamRange) return; object.isInStreamRange = true; mp.events.call('entityStreamIn', object); } checkForStreamOut(object) { if (!object.isInStreamRange) return; object.isInStreamRange = false; mp.events.call('entityStreamOut', object); } } new Singleton();
    1 point
  6. Log - 9/8/19 - Added 8 NEW male and 5 NEW female hairstyles. Log - 9/12/19 (Hotfix) - Fixed hair material issues. (Hair tattoos is recommended for the BEST look on some of these hairstyles.) Males! Females! Download!(Size: 45MB)
    1 point
×
×
  • Create New...