Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/06/19 in Posts

  1. Hello guys, if you ever wanted to create maps for Grand Theft Auto V (RageMP), and you think you don't have enough custom objects, today I will show you how to import more custom props, and which map editor you should use for creating maps. I hope you will find this tutorial helpful, and you will show some support on the video. https://www.youtube.com/watch?v=eEkQiN3CZbM
    1 point
  2. On users table, set adminRank to 4. You can get all the commands looking at the code.
    1 point
  3. Werdet hier niemanden finden. Was ihr bietet kriegt man bei jedem 2. Projekt.
    1 point
  4. @Captien this is an error: mp.events.add('entityStreamIn', (entity) => { if (entity.type === 'vehicle' && entity.getClass() === 18 && entity.hasVariable('silentMode')) localPlayer.vehicle.getVariable('silentMode') ? entity.setSirenSound(true) : entity.setSirenSound(false); }); should be mp.events.add('entityStreamIn', (entity) => { if (entity.type === 'vehicle' && entity.getClass() === 18 && entity.hasVariable('silentMode')) entity.getVariable('silentMode') ? entity.setSirenSound(true) : entity.setSirenSound(false); });
    1 point
×
×
  • Create New...