if player.IsTraitor() then PrintMessageAll( HUD_PRINTTALK, ply:Nick().. "IS A TRAITOR!"
for k,v in pairs(player.GetAll()) do if v:IsActiveTraitor() then -- Ye loopception for _s, in pairs(player.GetAll()) do s:ChatPrint(v:Nick().." IS A TRAITOR!") end endend