Jump to content

Leaderboard

Popular Content

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

  1. 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...