NPCs, yeah me again...
#2

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


Messages In This Thread
NPCs, yeah me again... - by Markx - 17.06.2011, 16:20
Re: NPCs, yeah me again... - by Stigg - 17.06.2011, 16:30
Re: NPCs, yeah me again... - by Markx - 17.06.2011, 16:45

Forum Jump:


Users browsing this thread: 3 Guest(s)