View Single Post
  #12  
Old 11-06-2009, 11:12 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Crow View Post
It was, if I recall correctly. Been a while.
They're going to overwrite each other.

Quote:
Originally Posted by Demisis_P2P View Post
You don't need to figure out if the player is walking or not, just use replaceani instead of setani.

PHP Code:
      client.replaceani = {"idle""gunidlegani"};
      
client.replaceani =  {"walk""gunwalkgani"}; 
You'll also need to call the movement system and tell it the GANIs have been updated.
__________________
Reply With Quote