29.12.2011, 18:22
this animation dont stop when i use ClearAnimations(playerid);
i want that anumation to run untill i use "ClearAnimations(playerid);" but "ClearAnimations(playerid);" dont work on it
pawn Код:
ApplyAnimation(playerid, "BASEBALL", "BAT_PART", 4.1, 1, 1, 1, 1, 1, 1);
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;
}