This would be better if it was bound to keys, like the arrow keys, then you could have a fun time flying around with it.
Can't you just use Auto-Jet?
how do you toggle auto-jet anyway
Code: [Select]function servercmdu1(%client){ if(%client.isAdmin){ %client.player.addvelocity("0 0 20"); return;}else{ messageClient("", "\c0You must be an admin to use this command!");}}
function servercmdu1(%client){ if(%client.isAdmin){ %client.player.addvelocity("0 0 20"); return;}else{ messageClient("", "\c0You must be an admin to use this command!");}}
if you make this bindable to a button it might be useful, but a command is useless.
what is the use of this?