The scoreboard only supports FAdmin by default, and I'm trying to get it to ULX. The current code for each command was listed and I'm trying to figure out a way to make it into ULX. I finally fixed my lines of code. Previously it would look like:
gag:AddOption( "Gag", function() if not (IsValid(self.Player) or self.Player:IsValid()) then return end LocalPlayer():ConCommand("ulx gag \"".. self.Player:Nick() .. "\"" ) end ):SetIcon( "icon16/email_delete.png" )
It took a lot of time but the similar lines can be used on any of the functions. Just make sure to replace all the "gag"s with whatever function you want.