Something like that, if it's reduced enough?
PHP Code:
public fw_PlayerKilled(victim, attacker)
{
if(cs_get_counter_count(1) == 1)
{
set_dhudmessage(random(256), random(256), random(256))
if(cs_get_terrorist_count(1) == 1)
{
show_dhudmessage(0, "%s Vs %s!", ctName, tName)
client_cmd(0,"spk ^"vox/ %s vs %s^"", ctName, tName)
return
}
show_dhudmessage(0, "%s The Last And Only!", tName)
if(get_pcvar_num(toao_voice))
client_cmd(read_data(2), "spk %s", get_pcvar_num(toao_voice) == 1 ? g_szSoundVoice : g_szSoundVoice1);
return
}
}
__________________