Cough
if(ply:SteamID() == "STEAM_0:0:52189662") then
draw.ShadowText("Server Owner", "ScoreboardFont", w * 0.43, 0, Color(153, 0, 255, 255), 0)
elseif(ply:SteamID() == "STEAM_0:0:64992020") then --Grumpy Marshmallow
draw.ShadowText("Server Owner", "ScoreboardFont", w * 0.43, 0, Color(153, 0, 255, 255), 0)
elseif(ply:SteamID() == "STEAM_0:1:15311194") then --ParaMontana
draw.ShadowText("Community Manager", "ScoreboardFont", w * 0.43, 0, Color(128, 0, 0, 255), 0)
elseif(ply:SteamID() == "STEAM_0:0:34636575") then --Tyler Durden
draw.ShadowText("Community Manager", "ScoreboardFont", w * 0.43, 0, Color(128, 0, 0, 255), 0)
elseif(ply:SteamID() == "STEAM_0:1:7807428") then --ChuteUK
draw.ShadowText("Community Owner", "ScoreboardFont", w * 0.43, 0, Color(204, 0, 153), 0) elseif(ply:SteamID() == "STEAM_0:1:55485548") then --EMP
draw.ShadowText("Community Owner", "ScoreboardFont", w * 0.43, 0, Color(204, 0, 153), 0) elseif(ply:IsUserGroup("user")) then
draw.ShadowText("User", "ScoreboardFont", w * 0.43, 0, col, 0)
elseif(ply:IsUserGroup("moderator")) then
draw.ShadowText("Moderator", "ScoreboardFont", w * 0.43, 0, Color(0, 204, 255, 255), 0)
elseif(ply:IsUserGroup("admin")) then
draw.ShadowText("Admin", "ScoreboardFont", w * 0.43, 0, Color(0, 0, 255, 255), 0)
elseif(ply:IsUserGroup("superadmin")) then
draw.ShadowText("Super Admin", "ScoreboardFont", w * 0.43, 0, Color(255, 0, 0, 255), 0)
elseif(ply:IsUserGroup("headadmin")) then
draw.ShadowText("Head Admin", "ScoreboardFont", w * 0.43, 0, Color(255, 153, 0, 255), 0)
end