new Float:health; GetPlayerHealth(playerid, health);if (health <= 10.0) { ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1); }else (health > 10.0) { ClearAnimations(playerid); } return 1;}