View Single Post
  #4  
Old 05-15-2012, 10:28 PM
CujoDaMan CujoDaMan is offline
Shaded Legend Management
CujoDaMan's Avatar
Join Date: Aug 2004
Location: Canada, Nova Scotia
Posts: 108
CujoDaMan is an unknown quantity at this point
Send a message via AIM to CujoDaMan Send a message via MSN to CujoDaMan
Try this, it should work

PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
  if (
this.use == 0) {
  
setani("Gani"null);
  
replaceani("idle""Gani");
  
replaceani("walk""Gani2");
  
this.use = 1;
  } else {
   
setani("idle"null);
   
replaceani("idle""idle");
   
replaceani("walk""walk");
   
this.use = 0;
  }

__________________
Last Manager of Shaded Legend
Reply With Quote