Thread: carrying
View Single Post
  #2  
Old 03-02-2011, 04:12 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
I believe the player attribute for the carry image is player.attr[3].

So, if you did something like:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
player.attr[3] = "bomb.png";
  
replaceani("idle", "carrystill");
  
replaceani("walk", "carry");
} 
Your player would appear to be carrying a bomb. :P
__________________

Reply With Quote