09.08.2009, 12:23
Lol, you said that if you have more than 15 health it sets crack anim and kills you.
if (pHealth > 15.0) => if (pHealth < 15.0)
SetTimer("death", 15000, 0); => SetTimerEx("death", 15000, false, "i", playerid);
if (pHealth > 15.0) => if (pHealth < 15.0)
SetTimer("death", 15000, 0); => SetTimerEx("death", 15000, false, "i", playerid);