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.
< >
A mostrar 1-1 de 1 comentários
ThatCrazyGuy 10 ago. 2015 às 18:53 
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.
Última alteração por ThatCrazyGuy; 10 ago. 2015 às 18:53
< >
A mostrar 1-1 de 1 comentários
Por página: 1530 50