local DoSay = function(text) if text == "" then return "" end local col1 = Color(0,255,0,255) local col2 = team.GetColor(ply:Team()) local col3 = Color(255,255,255,255) if not ply:Alive() then col2 = Color(255,200,200,255) col = col2 end for k,v in pairs(player.GetAll()) do GAMEMODE:TalkToPersonOOC(v, col1, "(OOC) ",col2, ply:Nick(), col3, text, ply) end end