16.07.2013, 21:18
Tenta usar isto '-'
Creditos: SA:MP Wiki.
Creditos: SA:MP Wiki.
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
if(issuerid != INVALID_PLAYER_ID && weaponid == 34)
{
SetPlayerHealth(playerid, 0.0);
}
return 1;
}