Garry's Mod

Garry's Mod

Murder
Disabling the generic names for murder?
I want the actual players name to show up on the players and chat. Any way to do this? Thanks.
< >
Showing 1-1 of 1 comments
ThatCrazyGuy 10 Aug, 2015 @ 6:53pm 
Go to the following path garrysmod\gamemodes\murder\gamemode and select sv_player.

Then go to line 482 and replace

ct:Add(ply:GetBystanderName(), Color(col.x * 255, col.y * 255, col.z * 255))

with

ct:Add(ply:Nick(), Color(col.x * 255, col.y * 255, col.z * 255))

This is for the chat.
Last edited by ThatCrazyGuy; 10 Aug, 2015 @ 6:53pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50