View Single Post
  #4  
Old 08-01-2011, 09:47 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by greggiles View Post
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");

__________________
Quote:
Reply With Quote