13.02.2013, 23:07
Still doesn't work :/
The rest does, just not:
The rest does, just not:
pawn Код:
if(PlayerInfo[playerid][pHealth] <= 20) // Why won't this work?
{
SetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]);
ApplyAnimation(playerid,"BEACH", "bather", 4.0, 0, 0, 0, 0, 0);
TogglePlayerControllable(playerid, 0);
}