Leg Break Animation bug (+rep)
#3

https://sampwiki.blast.hk/wiki/ApplyAnimation

You have the "freeze" parameter 1, so the player will be frozen.

Also, before you run the timer, you should kill it to avoid multiple timers which can possibly be the cause of your legbreak bug.

pawn Код:
KillTimer(timerLegBreak[playerid]);
timerLegBreak[playerid] = SetTimerEx("LegBreakTimer", 2000, false, "d", playerid);
Reply


Messages In This Thread
Leg Break Animation bug (+rep) - by Matical - 22.05.2016, 22:28
Re: Leg Break Animation bug (+rep) - by Matical - 23.05.2016, 01:43
Re: Leg Break Animation bug (+rep) - by Gammix - 23.05.2016, 02:14
Re: Leg Break Animation bug (+rep) - by GTLS - 23.05.2016, 06:19
Re: Leg Break Animation bug (+rep) - by ratxrat - 23.05.2016, 08:35

Forum Jump:


Users browsing this thread: 1 Guest(s)