Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/09/19 in Posts

  1. 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
  2. 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
  3. 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
  4. 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...