Can someone help me on how to disable the kill list on a gmod darkrp server
(User was banned for this post ("Wrong section, try Developer Discussion next time" - Shendow))
Can someone help me on how to disable the kill list on a gmod darkrp server
(User was banned for this post ("Wrong section, try Developer Discussion next time" - Shendow))
Goto garrysmod/addons/darkrpmodification-master/lua/darkrp_config
On a fresh darkrpmodification config it will be at line 65
-- showdeaths - Display kill information in the upper right corner of everyone's screen.
GM.Config.showdeaths = true
Turn it to false, save, and restart your server.