• Hiding the base scoreboard
    7 replies, posted
Hello guys, I'm making a gamemode and i was able to hide the base scoreboard in gmod 12 but i have difficulties in gmod 13, can you help me?
try this [lua]function GM:HUDDrawScoreBoard() return end[/lua] never worked with the scoreboard so success isnt guaranteed
It works in gmod 12 but doesn't in gmod 13 :S I have exactly this :/
[lua] function GM:ScoreboardShow() end function GM:ScoreboardHide() end [/lua]
Actually, that's a simple event which in you can like set own variables but can't ignore showing it
uh no, override those functions and it won't create the default scoreboard
[QUOTE=_Chewgum;38165861]uh no, override those functions and it won't create the default scoreboard[/QUOTE] I'm sorry, you are right, it works, thank you
can someone give me the code for it?
Sorry, you need to Log In to post a reply to this thread.