Hi.
First, I type in /help, no response. When I type /help second time, animation is playin'.
I had the same problem, I solved it by initializing the animation libraries on player spawn.(This is a modified stock of a stock I found on the forums, don't remember where though.)
Code:
stock PreloadAnims(playerid)
{
ApplyAnimation(playerid,"SHOP","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"BEACH","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"FOOD","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"COP_AMBIENT","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"INT_HOUSE","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"DEALER","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"SMOKING","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"FOOD","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"PARK","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"CRACK","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"CARRY","null",0,0,0,0,0,1);
ApplyAnimation(playerid,"RAPPING","null",0,0,0,0,0,1);
return 1;
}
Be careful on which topics you bump, that user has been inactive for 11 months and will not reply. Make a new topic for any problems.