local function PlayMusic(wintype) if wintype == WIN_INNOCENT then BroadcastLua('surface.PlaySound("nnjg/detective.mp3")') else BroadcastLua('surface.PlaySound("nnjg/pwnedftw.mp3")') endendhook.Add("TTTEndRound", "MyMusic", PlayMusic)