Quote:
Originally Posted by 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
|
Thanks

and thanks to the other people too....
Does anyone know the gani name for dropping the attr[3] (ie throwing the bomb or bush on the ground)