Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
addVelocity Code
« previous
next »
Print
Pages: [
1
]
Author
Topic: addVelocity Code (Read 435 times)
Chao
June 06, 2009, 08:26:08 PM
I know this may sound kind of stupid, but what is the code to addVelocity?
Thanks
Ad Bot
Advertisement
Azimuth
June 06, 2009, 08:55:18 PM
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.
Amade
June 07, 2009, 01:45:14 AM
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");
Chao
June 07, 2009, 07:30:39 AM
Thanks!
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
addVelocity Code