-Doc- Posted June 1, 2015 Share Posted June 1, 2015 (edited) *Cut * Edited December 30, 2015 by Guest Link to comment
Mr.unpredictable. Posted June 1, 2015 Share Posted June 1, 2015 onClientProjectileCreation setElementVelocity Link to comment
-Doc- Posted June 1, 2015 Author Share Posted June 1, 2015 Make me a example i dont know how Im still 60% noob in scripting Link to comment
tosfera Posted June 1, 2015 Share Posted June 1, 2015 addEventHandler ( "onClientProjectileCreation", root, function () local speedX, speedY, speedZ = getElementVelocity ( source ); setElementVelocity ( source, speedX * 2, speedY * 2, speedZ * 2 ); end ); This should increase the speed by 2. Link to comment
ALw7sH Posted June 1, 2015 Share Posted June 1, 2015 You won't learn anything with a ready full codes everytime try to write codes by yourself and we'll help if you face any problems Link to comment
tosfera Posted June 1, 2015 Share Posted June 1, 2015 You won't learn anything with a ready full codes everytimetry to write codes by yourself and we'll help if you face any problems This is actually true, and with a bit of resource you would've been able to write it yourself too. Since we've never met before, take this as the first and only script you'll get from me without trying it first. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now