Jump to content

Benny

Members
  • Posts

    2
  • Joined

  • Last visited

File Reviews posted by Benny

    Console

       1495    2
    terminal.commands.add('pos', {
      description: 'Gets the position of the player'
    }, function(...arguments) {
      return `   X: ${user.position.x.toFixed(2)}, Y: ${user.position.y.toFixed(2)}, Z: ${user.position.z.toFixed(2)} - R: ${user.getHeading(true).toFixed(2)}`;
    });
      

    Not Working !

×
×
  • Create New...