10.02.2012, 12:57
I have preloaded the animation library onplayerconnect
I've sent the animation to play it OnPlayerSpawn
Yet the NPC doesn't play the animation e.e
pawn Код:
ApplyAnimation(playerid, "CRACK", "null", 0.0, 0, 0, 0, 0, 0);
pawn Код:
if(strcmp(name,"Hobo1",true)!=0)
{
SetPlayerSkin(playerid, 230);
ApplyAnimation(playerid,"CRACK","crckidle2",1,0,0,0,0,0,1);
}