ApplyAnimation
#1

this animation dont stop when i use ClearAnimations(playerid);

pawn Код:
ApplyAnimation(playerid, "BASEBALL", "BAT_PART", 4.1, 1, 1, 1, 1, 1, 1);
i want that anumation to run untill i use "ClearAnimations(playerid);" but "ClearAnimations(playerid);" dont work on it

pawn Код:
CMD:run(playerid,params[])
{
    ApplyAnimation(playerid, "BASEBALL", "BAT_PART", 4.1, 1, 1, 1, 1, 1, 1);
    return 1;
}

CMD:stop(playerid,params[])
{
    ClearAnimations(playerid);
    return 1;
}
Reply


Messages In This Thread
ApplyAnimation - by Unknown123 - 29.12.2011, 18:22
Re: ApplyAnimation - by HyperZ - 29.12.2011, 18:30
Re: ApplyAnimation - by Unknown123 - 29.12.2011, 18:46
Re: ApplyAnimation - by Bogdan1992 - 29.12.2011, 18:48

Forum Jump:


Users browsing this thread: 2 Guest(s)