View Single Post
  #2  
Old 03-09-2010, 10:18 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Not sure what you're asking for, but I think you're trying to use shoot(), which is described here: http://wiki.graal.us/shoot

You can change the projectile's image in the last parameter:
PHP Code:
//#CLIENTSIDE
function onWeaponFired()
{
  
temp.angle getangle(vecx(player.dir), vecy(player.dir));
  
shoot(player.xplayer.yplayer.ztemp.angle00"arrow""barrow0.png");

If arrow.gani is too complicated you can make your own single-frame gani.
Reply With Quote