Author Topic: addVelocity Code  (Read 436 times)

I know this may sound kind of stupid, but what is the code to addVelocity?

Thanks

Code: [Select]
findClientByName("client name here").player.addVelocity(X SPC Y SPC Z);Replace client name here with the person's name, and x y and z with the amount you want them to move in that direction.

Azimuth, he wanted it in general, not on a player. You don't need SPC for it either if you're not using variables.
Code: [Select]
addVelocity("X Y Z");