09.03.2014, 12:03
In OnPlayerUpdate
PHP код:
new Float:life;
GetPlayerHealth(i,life);
if(life <= 10)
{
//Your Code
}