I've seen this done in many other servers where they have there very own scoreboard with their own graphics.
I have been changing around the scoreboard.lua in the gamemode for sandbox, but nothing seems to be happening.
How would I go about writing code to implement my own scoreboard?
Look at some existing gamemodes scoreboards.
Do i just overwrite the ones that are there now? or do i have to make a new game mode that inherits the Sandbox mode? Or create and addon that first off disable the current scoreboard then projects my own?
look on wiki.
There is a hook to disable current scoreboard, when scoreboards should open and when it should close.
By using this you create your own scoreboard. It's basicly a hud that is only shown when you press tab ^^ after that just loop through the table you keep your info in to populate it
Sorry, you need to Log In to post a reply to this thread.