Garry's Mod

Garry's Mod

Murder
the new old airee 2015년 8월 6일 오후 7시 47분
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.
< >
전체 댓글 1개 중 1~1개 표시 중
ThatCrazyGuy 2015년 8월 10일 오후 6시 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.
ThatCrazyGuy 님이 마지막으로 수정; 2015년 8월 10일 오후 6시 53분
< >
전체 댓글 1개 중 1~1개 표시 중
페이지당 표시 개수: 1530 50