28.09.2011, 20:08
Try This One Lol
Код:
{
SetPlayerScore(playerid, GetPlayerMoney(playerid);
new Float:hp;
GetPlayerHealth(playerid, hp);
if (hp < 30.0)
{
ApplyAnimation(playerid, "MD_CHASE", "MD_BIKE_Lnd_Roll", 4.1,0,1,1,1,1);
}
return 1;
}

