Hello i want to use client_print instead of HUD message how can i do so here's the part..
PHP Code:
new pun_list[][] =
{
"%s has sliced %s^nand stole %s bucks!!!",
"%s has given %s a taste of his cold steel!!!^n(he took %s from him)",
"%s rules! %s bows to his mighty skills ^nand surrenders %s from his purse."
};
new pun_list[][] =
{
"%s has sliced %s^nand stole %s bucks!!!",
"%s has given %s a taste of his cold steel!!!^n(he took %s from him)",
"%s rules! %s bows to his mighty skills ^nand surrenders %s from his purse."
};
public plugin_precache()
{
precache_sound("misc/humiliation.wav");
}
public hook_death()
{
if(get_pcvar_num(toggle) != 1)
return PLUGIN_HANDLED;
new amount = 0;
new killer = read_data(1);
new victim = read_data(2);
new kname[32]; get_user_name(killer,kname,31);
new vname[32]; get_user_name(victim,vname,31);
new weapon[24];
new namount[32];
read_data(4,weapon,23);