Robber animation?
#1

Hi,

Is there anybody, who knows a robbery animation, if there are. Please reply with the code thanks
Reply
#2

pawn Код:
CMD:robman(playerid, params[])

        {

        ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0); // Rob

        return 1;

    }
Check this out sir.
Reply
#3

Don't forget to clear the animation with a /stopanimation or something (some animations make players stuck)

pawn Код:
CMD:clearanims(playerid,params[])
{
    ClearAnimations(playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)