20.04.2012, 18:21
(
Последний раз редактировалось ViniBorn; 20.04.2012 в 23:26.
)
From what I understand, this is
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
new Float:VBLife;
GetPlayerHealth(playerid,VBLife);
if(VBLife < 10)
DoDeath(playerid);
return true;
}