Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/05/21 in all areas

  1. Version 1.0.0

    1409 downloads

    This script will work on simple implementation into your gamescript. Script was tested with ~40 players online at once. Just include the script into your gamemode and make sure to trigger the server-sided events to let a person carry another person. Please implement a check if a person is already carrying another person. (which can easily be done by checking "carry" shared variable. Report bugs? Mention me on RAGE:MP Discord or with DevGrab#0815
    1 point
  2. client_packages index.js mp.events.add('render', () => { if (mp.keys.isDown(0x21) === true) { // key 'Bild-auf-Taste' mp.game.ui.displayRadar(false); } }); mp.events.add('render', () => { if (mp.keys.isDown(0x22) === true) { // key 'Bild-ab-Taste' mp.game.ui.displayRadar(true); } });
    1 point
×
×
  • Create New...