Garry's Mod

Garry's Mod

Murder
Aeviro Sep 28, 2014 @ 12:25pm
Coloured playernames
I have a question. How do you change the colour of the names on the tab list? I have joined a server before and he has had different colours for different groups he has.

Example:

Donator- Orange
Moderator- Blue
ETC
< >
Showing 1-15 of 23 comments
I have this question too
_snowylil Mar 13, 2015 @ 12:20am 
You can't, because it automatically sets you a colour for your character, just like it automatically gives you a name.
Aeviro Mar 13, 2015 @ 7:39am 
Originally posted by Flippin Furious Killing Machine:
You can't, because it automatically sets you a colour for your character, just like it automatically gives you a name.
I don't know if you're retarded or just stupid. I said in the tab list.
Vetrix Mar 13, 2015 @ 10:53am 
Its a custom Tab menu for Murder, look around the internet someone may help u or ask the server owner.
Vetrix Mar 13, 2015 @ 10:54am 
Like for Terror Town they have the Moderator and Donator Tab Names is you have a certain addon.
Aeviro Mar 13, 2015 @ 12:41pm 
Originally posted by Shadow:
Its a custom Tab menu for Murder, look around the internet someone may help u or ask the server owner.
Believe me, I searched all over the internet for this. Plus the owner wouldn't tell. Nothing at all.
I maybe know this edit in gamemodes\murder\gamemode\cl_scoreboard, but I don`t know how edit, I try editing, but unfortunately
ThatCrazyGuy Jun 26, 2015 @ 6:36pm 
I figured out how to do this from a forum post.

First you need to find this... (Not gonna give line numbers because I have edited the scoreboard alot xD)

function but:Paint(w, h)

Under that there should the words 'local ShowAdmins'. We are going to put the code underneath this.

Here's the custom code...

if IsValid(ply) && showAdmins && ply:IsUserGroup("name of usergroup") then surface.SetDrawColor(Color(128,0,0)) elseif IsValid(ply) && showAdmins && ply:IsUserGroup("name of usergroup") then surface.SetDrawColor(Color(128,0,0))

Just put the name of the usergroup you want and alter the colour settings.

Don't just copy and paste this though. Use the elseif provided and when you have done all the groups put an 'end' in the code.

This can be found in this directory...

gamemodes\murder\gamemode\cl_scoreboard
Last edited by ThatCrazyGuy; Jun 27, 2015 @ 5:29am
@ThatCrazyGuy, can you, please, send me your file with this codes, i don`t understand and can`t do:headcrab:
ThatCrazyGuy Jul 20, 2015 @ 6:54pm 
Originally posted by Mobius:
@ThatCrazyGuy, can you, please, send me your file with this codes, i don`t understand and can`t do:headcrab:

I'll upload it for you guys who are struggling with it.

@Mobius What version of Murder are you using?
Originally posted by ThatCrazyGuy:
Originally posted by Mobius:
@ThatCrazyGuy, can you, please, send me your file with this codes, i don`t understand and can`t do:headcrab:

I'll upload it for you guys who are struggling with it.

@Mobius What version of Murder are you using?

My Murder version 20
P.S, where I can downoload your file with code?:summersun:
ThatCrazyGuy Aug 4, 2015 @ 12:32am 
Originally posted by Mobius:
Originally posted by ThatCrazyGuy:

I'll upload it for you guys who are struggling with it.

@Mobius What version of Murder are you using?

My Murder version 20
P.S, where I can downoload your file with code?:summersun:

I'll be uploading it later on today.
ThatCrazyGuy Aug 4, 2015 @ 2:32pm 
I've made one for Meta with the colours for donator and moderator and here's a link to that file.
http://www.filedropper.com/clscoreboard

This is the template for the rest. when adding this make sure to remove '_template' from the end of the filename.

http://www.filedropper.com/clscoreboardtemplate
Originally posted by ThatCrazyGuy:
I've made one for Meta with the colours for donator and moderator and here's a link to that file.
http://www.filedropper.com/clscoreboard

This is the template for the rest. when adding this make sure to remove '_template' from the end of the filename.

http://www.filedropper.com/clscoreboardtemplate
Thx, so much
ThatCrazyGuy Aug 4, 2015 @ 5:59pm 
Originally posted by Mobius:
Originally posted by ThatCrazyGuy:
I've made one for Meta with the colours for donator and moderator and here's a link to that file.
http://www.filedropper.com/clscoreboard

This is the template for the rest. when adding this make sure to remove '_template' from the end of the filename.

http://www.filedropper.com/clscoreboardtemplate
Thx, so much

No problem man. Happy to help out. :D
< >
Showing 1-15 of 23 comments
Per page: 1530 50