10.01.2015, 22:30
Please dont judge me guys, I maybe dont know what I am talking about but in my head this popped up.
What if the >= 29 health was first? Maybe that would help? ;/
pawn Код:
new Float:health;
GetPlayerHealth(playerid,health);
if(health >= 29)
{
ClearAnimations(playerid);
TogglePlayerControllable(playerid, 1);
}
else if(health <= 29)
{
TogglePlayerControllable(playerid, 0);
LoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
}

