I have a question..
PHP Code:
public plugin_init()
RegisterHam("Ham_TakeDamage", "player", "Player_Hurt")
public Player_Hurt(victim, inflictor, attacker, Float:dmg, dmgbits) {
//Bla bla bla
}
This is right?
Inflictor is the gun and dmgbits is the body part where the bullet collides?
Another question.
If I put "kill" in console, or I kill me self with the worldspawn. The attacker & the victim are my id?
Thanks !