17.06.2011, 16:30
Try pre loading the animation with:
With this anywhere else in your script:
I dont think you can set facing angle of the npc when it playing back the rec file.
pawn Код:
public OnPlayerConnect(playerid)
{
PreloadAnimLib(playerid,"COP_AMBIENT");
return 1;
}
pawn Код:
PreloadAnimLib(playerid, animlib[])
{
ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
}