Anim with timer help please.
#7

Hmm.... here is the fix.

pawn Код:
TogglePlayerControllable(playerid, 0);
ApplyAnimation(playerid,"SWORD","sword_block",50.0,0, 1,0,1000,1);
SetTimerEx("FishAnim",2000,false,"i",playerid);
pawn Код:
forward FishAnim(playerid);

public FishAnim(playerid)
{
    TogglePlayerControllable(playerid, 1);
    ClearAnimations(playerid,1);
    ApplyAnimation(playerid, "CARRY", "crry_prtial", 5.0, 0, 0, 1, 100, 1);
    return 1;
}
Edit : To decrease speed
ApplyAnimation(playerid, animlib[], animname[],SPEED, loop, lockx, locky, freeze, time, forcesync);

Decrease this
Reply


Messages In This Thread
Anim with timer help please. - by PaulDinam - 28.06.2012, 13:52
Re: Anim with timer help please. - by phillip875 - 28.06.2012, 13:58
Re: Anim with timer help please. - by [MM]RoXoR[FS] - 28.06.2012, 14:05
Re: Anim with timer help please. - by PaulDinam - 28.06.2012, 14:21
Re: Anim with timer help please. - by phillip875 - 28.06.2012, 14:29
Re: Anim with timer help please. - by PaulDinam - 28.06.2012, 14:50
Re: Anim with timer help please. - by [MM]RoXoR[FS] - 28.06.2012, 14:54
Re: Anim with timer help please. - by Littlehelper - 28.06.2012, 14:59
Re: Anim with timer help please. - by PaulDinam - 28.06.2012, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)