
08-22-2010, 12:53 AM
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
Quote:
Originally Posted by Tigairius
Example of changing speed of shoot:
PHP Code:
temp.angle = getangle(vecx(player.dir), vecy(player.dir));
temp.speed = 1.5;
shoot(player.x, player.y, player.z, temp.angle, 0, temp.speed, "gani", ganiparam);
|
Falls right into the ground as soon as it's shot. |
|
|