Ulysses Stuff > Releases
sui_scoreboard with UTime and Steam Avatars
Botman:
Can we please get a more elaborate answer as to how to restrict the scoreboard to the sandbox gamemode only? Like said it doesn't work in all other gamemodes.
JamminR:
Go into the addons folder, into the SUI scoreboard folder, whatever version you downloaded (utime or no utime) from the first post of this thread, go into the lua folder, go into autorun folder, open sui_scoreboard.lua with a text editor (notepad is fine, another program editor that shows line numbers is better), count 13 lines down, should be a
--- Code: ---else
--- End code ---
and change it to
--- Code: ---elseif string.lower(GAMEMODE.Name) == "sandbox" then
--- End code ---
Botman:
Yes, I did that, but now the scoreboard doesn't work at all. Have you tested that line?
krooks:
I actually had the same problem after trying it, I've just been running without the scoreboard the past week
JamminR:
i've not tested recently. Don't have GMod installed. The time I posted that it worked (was tested), but Gmod has had several updates since.
He may have changed the gamemode table names for case sensitivity, etc.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version