Quote:
Originally Posted by greggiles
ok. i understand. but how do i make the gani set to the last gani playing before the player logged off. for example. u exit while the ani is sword_idle. you log back on and the ani is just idle. how do i make anis go back to what they were before log off?
|
That should be in a weapon that's added to the player when they login.
I.e: -System
PHP Code:
//#CLIENTSIDE
function onCreated() {
replaceani("idle", "server_idle");
}