18.01.2014, 00:30
(
Последний раз редактировалось leorief; 18.01.2014 в 01:04.
)
Muy simple el code pero gracias!
PD: seria mas facil poner:
Con eso creo que ya andaria jeje
PD: seria mas facil poner:
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart){ if(bodypart == 9 && issuerid != INVALID_PLAYER_ID){ SetPlayerHealth(playerid,0.0); //otros detalles } return 1; }