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.
< >
1-1 / 1 のコメントを表示
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日 18時53分
< >
1-1 / 1 のコメントを表示
ページ毎: 1530 50