View Single Post
  #1  
Old 07-03-2009, 04:01 PM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to Prozac
gani and shoot() trouble

why wont this gani appear when used as the arrow gani?

this is the bow, gani attached

PHP Code:
//#CLIENTSIDE
function onWeaponfired()
{
setani("shoot","");

shoot(player.x+vecx(player.dir), player.y+vecy(player.dir), playerz
getangle(vecx(player.dir),vecy(player.dir)), 1.23pro-arrow21);

sleep(1);
return;

Attached Images
 
Attached Files
File Type: gani pro-arrow2.gani (2.4 KB, 138 views)
Reply With Quote