Leg broken anim
#1

I am trying to play an anim if you get hit in the leg but the anim is not working, why?

Код:
if(issuerid != INVALID_PLAYER_ID && weaponid >= 22 && weaponid <= 38 && (bodypart == 7 || bodypart == 8))
	{
		if(pLegBroken[playerid] == false)
		{
			pLegBroken[playerid] = true;
			ApplyAnimation(playerid, "PED", "CLIMB_jump2fall", 4.1, 0, 1, 1, 0, 1000, 1);
			SetTimerEx("LegShot", 12000, true, "i", playerid);
			SCM(playerid, COLOR_LIGHTRED, "-> Ai fost impuscat in picior, nu vei mai putea alerga sau sari.");
		}
	}
You only get the message and get stuck for like a second but the anim is not playing..
Reply


Messages In This Thread
Leg broken anim - by AndreiWow - 17.01.2017, 21:36
Re: Leg broken anim - by AndreiWow - 18.01.2017, 12:02
Re: Leg broken anim - by JaydenJason - 18.01.2017, 12:09
Re: Leg broken anim - by RyderX - 18.01.2017, 14:57
Re: Leg broken anim - by AndreiWow - 18.01.2017, 15:14
Re: Leg broken anim - by AndreiWow - 18.01.2017, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)