I Got it now Guys i take it so look at my Code , and that works Fine thanks for your Help organizedKaoS
Code:
public client_death ( killer, victim, wpnindex, hitplace, TK)
{
new name_of_attacker[100]
get_user_name(killer,name_of_attacker,99)
set_hudmessage(0, 255, 255, -1.0, -1.0, 0, 6.0, 12.0)
show_hudmessage(victim,"--- You was been killed from %s ---",name_of_attacker)
}
__________________