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