29.12.2011, 18:30
Try this:
pawn Код:
CMD:stop(playerid,params[])
{
ClearAnimations(playerid);
ApplyAnimation(playerid, "CARRY", "crry_prtial", 4.0, 0, 0, 0, 0, 0);
return 1;
}