Quote:
Originally Posted by Crow
It was, if I recall correctly. Been a while.
|
They're going to overwrite each other.
Quote:
Originally Posted by Demisis_P2P
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.