24.01.2012, 20:17
Can this be done and will it work?
What I want to use it for is irrelevant, but can I use OnPlayerDeath like this?
pawn Код:
new Float:health;
GetPlayerHealth(i,health);
if(health <= 10)
{
OnPlayerDeath(i,INVALID_PLAYER_ID,51);
}