• removeing the death notice
    11 replies, posted
I've been trying to make a gmod machinama and i have the problem of the death message showing up its the thing at the top of the screen when an npc dies it say like combine soldier "skull" citizen is there any way this can be removed or hidden? [also if this is in the wrong place for this thread dont say anything as i will block it and remove the tread]
I believe there is a command to remove your HUD Don't know what it is though.
[QUOTE=Nighthawk571;31778203]I believe there is a command to remove your HUD Don't know what it is though.[/QUOTE] that helps :( [editline]17th August 2011[/editline] [QUOTE=Nighthawk571;31778203]I believe there is a command to remove your HUD Don't know what it is though.[/QUOTE] yes there is its cl_drawhud 0 but i need to REMOVE them as in FOREVER :) so if anyone can help now thanks
[QUOTE=Dante Vi Almark;31778209] but i need to REMOVE them as in FOREVER :)[/QUOTE] Why? What's wrong with removing them until the next time you close GMod?
[QUOTE=immibis;31778262]Why? What's wrong with removing them until the next time you close GMod?[/QUOTE] what? if i remove them using cl_drawhud 0 then 1 it removes the whole hud 2 it dosent work on servers that i dont own ones with sv_cheats 0 and i want to remove it forever not a temp
[QUOTE=Dante Vi Almark;31778435]what? if i remove them using cl_drawhud 0 then 1 it removes the whole hud 2 it dosent work on servers that i dont own ones with sv_cheats 0 and i want to remove it forever not a temp[/QUOTE] If you're doing a machinima. then a sever is not the place to do it. Especially with the lag.
Nothing fancy you just need to save it as a lua file and put it in lua/autorun. Bascially removes death notices and prints Dead into your console instead May have to start it using lua_openscript_cl autorun/filename.lua [lua] function GAMEMODE:AddDeathNotice() print("Dead") end [/lua]
[QUOTE=Nighthawk571;31778646]If you're doing a machinima. then a sever is not the place to do it. Especially with the lag.[/QUOTE] but along with the fact that i shouldn't do it on a server i still want it gone
[QUOTE=Dante Vi Almark;31786982]but along with the fact that i shouldn't do it on a server i still want it gone[/QUOTE] Might be able to use the camera tool, unless you want your other tools to be visible.
The console command (if you mean killfeed) is hud_deathnotice_time (x) default is 6. Just put 0 to remove it. Of course, you would have to type this EVERY game, but it works.
[QUOTE=DwarfOverlord;31794746]The console command (if you mean killfeed) is hud_deathnotice_time (x) default is 6. Just put 0 to remove it. Of course, you would have to type this EVERY game, but it works.[/QUOTE] Just create a file called autoexec.cfg and place it inside garrysmod\garrysmod\cfg and add hud_deathnotice_time 0 to the first line, this will make sure it automatically inputs the command for you, everytime you get into a server/play singleplayer.
[QUOTE=filipegroh;31795010]Just create a file called autoexec.cfg and place it inside garrysmod\garrysmod\cfg and add hud_deathnotice_time 0 to the first line, this will make sure it automatically inputs the command for you, everytime you get into a server/play singleplayer.[/QUOTE] would it be a notepad file or does it have to be a cfg file? [editline]19th August 2011[/editline] [QUOTE=filipegroh;31795010]Just create a file called autoexec.cfg and place it inside garrysmod\garrysmod\cfg and add hud_deathnotice_time 0 to the first line, this will make sure it automatically inputs the command for you, everytime you get into a server/play singleplayer.[/QUOTE] hey thanks it finally worked! thanks for the help!
Sorry, you need to Log In to post a reply to this thread.