Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/02/20 in Posts

  1. mp.events.addCommand('port', (player, name) => { mp.players.forEach(_player => { if(_player.name === name) player.position = _player.position; }); }); That's p2p teleport
    1 point
×
×
  • Create New...