lol!
Ya that's exactly what I have it set too! 
I actually got the idea from a video i saw on youtube years back where someone was using the plasma cannon on Quake3 to do some crazy tricks...
Code:
dir = (p1 - p2); dir = normalize(dir); from.velocity = (from.velocity + ((dir * damage) * 2.4));

I actually got the idea from a video i saw on youtube years back where someone was using the plasma cannon on Quake3 to do some crazy tricks...
Comment