04.09.2010, 03:15
Quote:
new Float:armour;
GetPlayerArmour(playerid, armour); new Float: phealth; GetPlayerHealth(playerid, phealth); |
new Floathealth;
pawn Код:
if(GetPlayerHealth(playerid, phealth) <= 50)
{
//comandos is here
}
e para checar colete й o mesmo sу mudando o GetPlayerHealth para GetPlayerArmour.