View Single Post
  #5  
Old 03-26-2006, 12:58 AM
PeptoB PeptoB is offline
Banned
PeptoB's Avatar
Join Date: Mar 2006
Location: Leominster, MA
Posts: 22
PeptoB is on a distinguished road
Send a message via AIM to PeptoB Send a message via MSN to PeptoB
GS1:
PHP Code:
//#CLIENTSIDE
if (weaponfired){
unset 
this.active;
if(
this.active) {
replaceani idle,caenon-idle;
replaceani walk,caenon-walk2;
setani swim,;
} else {
replaceani idle,idle;
replaceani walk,walk;
setani idle,;
}

Reply With Quote