Author Topic: Tumbling in Blockland sends me to 'infinity'  (Read 630 times)

Hey everyone. I've been having a bit trouble lately. Every time I tumble in my server, I don't just get up like normal, I am teleported into infinity. Now I don't know how that works but it's annoying and I need it fixed. Can anyone help?

sounds like the issue I had when I was trying to make my seatbelts addon compatible with speedkart.
in console:
Code: [Select]
trace(1);
tumble(findclientbyname("yourname").player, 1000);
trace(0);

can you also do this while in infinity:
Code: [Select]
echo(findclientbyname("yourname").player.getPosition());

post results from console.log

OK. I'll see what happens.