Quote:
Originally Posted by fowlplay4
You are, that's what shoot already does / allows you to do.
What I'm interested in is functionality to allow projectiles to ignore walls, and being able to change the speed of projectiles that use 0 strength + zangle.
|
PHP Code:
shoot2(x,y,z,angle,zangle,strength,gravity,options ,ani,aniparams);
In regards to Dusty's post: What does the gravity parameter mean then? For shooting arrows along an arc, you have to do some math, I believe.