public SomeTimer(playerid){ new Float:h; GetPlayerHealth(playerid.h); if(h < somevalue) { TogglePlayerControllable(playerid, false); ApplyAnimation(someanimation); // crckdeath perhaps? } return 1;}