Detect using anim
#8

On top:
pawn Код:
new AnimApplied[MAX_PLAYERS];
At the end of your script:
pawn Код:
stock ApplyAnimationEx(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
{
    AnimApplied[playerid]=1
    return ApplyAnimnation(playerid,animlib,animname,fDelta,loop,lockx,locky,freeze,time,forcesync);
}
And use this to know
pawn Код:
if(AnimApplied[playerid] == 1)
Reply


Messages In This Thread
Detect using anim - by SnG.Scot_MisCuDI - 10.03.2012, 03:54
Re: Detect using anim - by eesh - 10.03.2012, 04:09
Re: Detect using anim - by SnG.Scot_MisCuDI - 10.03.2012, 04:23
Re: Detect using anim - by eesh - 10.03.2012, 05:27
Re: Detect using anim - by SnG.Scot_MisCuDI - 10.03.2012, 05:38
Re: Detect using anim - by Psymetrix - 10.03.2012, 06:07
Re: Detect using anim - by SnG.Scot_MisCuDI - 10.03.2012, 07:05
Re: Detect using anim - by CAR - 10.03.2012, 09:42
Re: Detect using anim - by SnG.Scot_MisCuDI - 10.03.2012, 16:57
Re: Detect using anim - by Basssiiie - 10.03.2012, 17:34

Forum Jump:


Users browsing this thread: 7 Guest(s)