• Expanding scoreboard columns
    2 replies, posted
I have ranks setup and I typed in the code so it will say what rank people are. But the superadmin rank is too long of a text and it expands into the Karma column of the scoreboard. Originally it said"S.Admin" but I wanted it to say super. Is there a way I can expand the column of the ranks or do I just have to leave it scrunched up with Karma?
Is your gamemode Trouble in Terrorist Town?
i fixed it. what i did was paste in like 50 spaces so it looks like this if ply:IsUserGroup("superadmin") then self.cols[5]:SetText("Super Admin ( put 50 spaces here) ") self.cols[5]:SetTextColor(Color(255, 0, 0)) end it moves everything to the left a shit ton and you just paste in the same amount of spaces for every rank and it lines up perfectly.
Sorry, you need to Log In to post a reply to this thread.