NPC is not playing Animation
#1

I have preloaded the animation library onplayerconnect

pawn Код:
ApplyAnimation(playerid, "CRACK", "null", 0.0, 0, 0, 0, 0, 0);
I've sent the animation to play it OnPlayerSpawn
pawn Код:
if(strcmp(name,"Hobo1",true)!=0)
        {
            SetPlayerSkin(playerid, 230);
            ApplyAnimation(playerid,"CRACK","crckidle2",1,0,0,0,0,0,1);
        }
Yet the NPC doesn't play the animation e.e
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: 3 Guest(s)