Author Topic: console code that tells you your current position  (Read 385 times)

whats the code that you insert into your console and it tells you your current position?

server-sided:
echo(findClientByName(player).player.getPosition());

client-sided:
echo(ServerConnection.getControlOb ject().getPosition());