switch(rand)
{
case 0: client_cmd(killer, "spk misc/headshot")
case 1: client_cmd(victim, "spk misc/headshot")
case 2: client_cmd(killer, "spk misc/headshot10")
case 3: client_cmd(victim, "spk misc/headshot10")
case 4: client_cmd(killer, "spk misc/headshot11")
case 5: client_cmd(victim, "spk misc/headshot11")
}
it's only play one of these sound i copied the var from roundsound xD
and i put into the miscstats.sma whats wrong? pls help!