Author Topic: Up and Down Commands  (Read 6216 times)

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.

if you make this bindable to a button it might be useful, but a command is useless.

Tested it, its not bad

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.

I don't know how to put a bind option yet =/. Maybe someone could teach me.. Lol.

EDIT: Yeah that would be kind of fun.. :D

dude just use a simple combination of a variable vent such as ifplayerlastmsg, fire relay, and the velocity itself

Can't you just use Auto-Jet?

how do you toggle auto-jet anyway

toss this one in the phail bin


Quote from: stuffty ass addon
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!");
}}
Wtf that is the worst syntax I have ever seen. I can point out thousands of things wrong with just this one function.

Double post.


if you make this bindable to a button it might be useful, but a command is useless.
No, that would be horrible, Can you imagine having to keep tapping a key a million times just to keep up? I could do better then this in two minutes.



Omg, it reminds me of the handicapped jump tool in ROBLOX... You just jump a lot, and I bet it uses just about the same script.

I'm guessing this is for Mac users :3