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.
< >
Показані коментарі 11 із 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; 10 серп. 2015 о 18:53
< >
Показані коментарі 11 із 1
На сторінку: 1530 50