22.06.2014, 16:19
Estб aн:
pawn Код:
stock LifeBaixo(playerid)
{
new Float:HP;
GetPlayerHealth(playerid, HP);
if(HP < 50) return 1;
return 0;
}