25.05.2012, 14:24
Hello guys. How do i make an anim not stop with Enter? I want to make it impossible to stop the anim..
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
new Float:hp;
GetPlayerHealth(playerid, hp);
if(hp <= 60)
{
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 0, 1, 1, 1, 0, 1);
return 1;
}
return 0;
}
if(newkeys & KEY_SECONDARY_ATTACK)