Code: Select all
public client_damage(attacker, victim, damage, wpnindex, hitplace, TA){ if(kazkas) { if(hitplace == 1) { client_print(victim, print_chat, "I galva...") return PLUGIN_HANDLED } else { client_print(victim, print_chat, "Ne ten kur reikia...") return PLUGIN_HANDLED } } else { return PLUGIN_CONTINUE } return PLUGIN_CONTINUE}