29.06.2012, 00:52
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;
}