19.01.2012, 18:11
Well this went funny... My auto-crack is bugging possibly because of this.
My ID was 0 IG, and i were the only one abled to go in it, after lower than 20 HP. /getup, nonono, doesn't work. With any of those. O.o
My ID was 0 IG, and i were the only one abled to go in it, after lower than 20 HP. /getup, nonono, doesn't work. With any of those. O.o
pawn Code:
forward CheckHealth(playerid);
public CheckHealth(playerid)
{
new Float:health;
GetPlayerHealth(playerid,health);
if(health <= 20)
{
ApplyAnimation(playerid, "ped", "KO_spin_L", 4.1, 1, 1, 1, 1, 1, 1);
TogglePlayerControllable(playerid,0);
}
return 1;
}