//Another silly picture removed




sprintf(text, "%i", clip);





Lacotemale wrote:[show actor].textNumber = clip;
What do you mean by [show actor]? What do I have to put there?



 I wish somebody told me sooner. Thanks!!
  I wish somebody told me sooner. Thanks!!  


if(weapon <1 && right==1)
{
ChangeAnimation("Player", "stab-right", FORWARD);
}
else
ChangeAnimation("Player", "stab-left", FORWARD);
else
{
PlaySound2("data/noammo.wav", 1.000000, 1, 0.000000);
ChangeAnimation("Player", "beretta-empty-left", FORWARD);
}





if(weapon ==0 && right==1 && left==0)
{
ChangeAnimation("Player", "stab-right", FORWARD);
}
if(weapon ==0 && left==1 && right==0)
{
ChangeAnimation("Player", "stab-left", FORWARD);
}




 
 


 URT-2D.zip
 URT-2D.zip
 
  
  Ah well im a programmer so I can't expect to be good at graphics.
 Ah well im a programmer so I can't expect to be good at graphics.  


 URT-2D.zip
 URT-2D.zip
Users browsing this forum: No registered users and 1 guest