22.09.2012, 15:01
GetPlayerHealth stores a variable in health.
pawn Код:
new Float:health;
GetPlayerHealth(i, health);
if(health < 1 && IsPlayerConnected(i))
{
//etc.