NPC is not playing Animation
#9

The last time I tried this, I added the animation code under OnPlayerUpdate.

pawn Код:
public OnPlayerUpdate(playerid) {
    if (IsPlayerNPC(playerid)) {
        ApplyAnimation(playerid, "CRACK", "crckidle2", 4.0, 0, 0, 0, 0, 0);
    }
    return 1;
}
That is the only way I can remember getting it to work.

P.s. I'm not a fan of how the current NPC system works.
Reply


Messages In This Thread
NPC is not playing Animation - by Hoborific - 10.02.2012, 12:57
Re: NPC is not playing Animation - by Hoborific - 10.02.2012, 14:12
Re: NPC is not playing Animation - by KingHual - 10.02.2012, 14:17
Re: NPC is not playing Animation - by Hoborific - 10.02.2012, 14:18
Re: NPC is not playing Animation - by [Diablo] - 10.02.2012, 14:22
Re: NPC is not playing Animation - by Hoborific - 10.02.2012, 14:51
Re: NPC is not playing Animation - by admantis - 10.02.2012, 14:57
Re: NPC is not playing Animation - by Hoborific - 10.02.2012, 15:12
Re: NPC is not playing Animation - by Psymetrix - 10.02.2012, 15:32
Re: NPC is not playing Animation - by [LoF]Zak - 10.02.2012, 15:32

Forum Jump:


Users browsing this thread: 2 Guest(s)