Blockland Forums > General Discussion
Console command help
Pages: (1/1)
Klocko:
/warp admin orbs the player to where he is aiming (if admin obviously)
I am looking for a console command to rapidly warp every 200 or 100 milliseconds
Lugnut:
function ctswarp() { commandToServer('warp'); }
function fastwarp(%on) { cancel($fw); ctswarp(); $fw = schedule(100, 0, fastwarp, true); }
client sided, should work.
after you input those, do fastwarp(1); to start and fastwarp(0); to stop.
Dillpickle:
so basically your warping 10 times a second wherever you're aiming?
Pages: (1/1)