Anim with timer help please.
#1

I made a fishing system with anim after /fish
but after he does it the player got stuck with the animation

TogglePlayerControllable(playerid, 0);
OnePlayAnim(playerid,"SWORD","sword_block",50.0,0, 1,0,1,1);
SetTimer("FishAnim", 1000, 0);


and this is the timer

public FishAnim(playerid)
{
OnePlayAnim(playerid, "CARRY", "crry_prtial", 5.0, 0, 0, 0, 0, 1);
ClearAnimations(playerid);
TogglePlayerControllable(playerid, 1);
return 1;
}
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)