/playdead Command (RESOLVED)

Author Topic: /playdead Command (RESOLVED)  (Read 432 times)

i know there's one in Fooly's Fun Commands but i want a dying animation that isn't attached to humping, exploding heads and monkeys.

i tried to look at the code and dissable the other commands but i know nothing about scripting so um yeah
« Last Edit: December 01, 2012, 11:57:03 PM by Counter98 »

Code: [Select]
function serverCmdPlayDead(%c)
{
        %c.player.playThread(0, death1);
}


function serverCmdNormal(%c)
{
         %c.player.playThread(0, root);
}

Code: [Select]
function serverCmdPlayDead(%c)
{
        %c.player.playThread(0, death1);
}


function serverCmdNormal(%c)
{
         %c.player.playThread(0, root);
}

Alright, thanks, I've got my custom mod running

Now I can't say I don't know anything about coding...