Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/08/20 in Posts

  1. Methods above do not work at 1.1 version. If came here like me, try this method to write normal engine system: mp.events.add("playerEnterVehicle", (vehicle, seat) => { mp.game.vehicle.defaultEngineBehaviour = false; // stop starts engine when player press 'W' or enter vehicle(because we using it in event) mp.players.local.setConfigFlag(429, true); // stop problems with animations });
    1 point
  2. Found 3 solutions that could help, if anybody else has this problem: 1. Open Steam/Epic games before launching Rage MP. 2. Start Rockstar's game launcher before entering Rage MP. 3. If number 1/2 doesn't work, start your single player game first, quit it and then go on Rage MP and pick the server you want to join. It will launch the game. Great day, fellas! Edited.
    1 point
  3. mp.events.add({ 'playerStartExitVehicle': (player) => { if (player.vehicle.engine) player.vehicle.engine = true; } });
    1 point
×
×
  • Create New...