I just recently made a DarkRP server and I got it to work obviously but I wanted to know if there's a way to remove the kill icons for everyone. I know there is a console command but that only removes it for your client. Is there a script someone can write to disable it for the entire server? Thanks.
Change [i]GM.Config.showdeaths[/i] in [i]gamemode\config.lua[/i] to false. It's ~Line 53
[lua]GM.Config.showdeaths = false[/lua]
Thanks. I've been looking for an answer to this for so long.
Sorry, you need to Log In to post a reply to this thread.