Hi,
So I found a server hopper. Works great! (I know how to make one sorta, don't know how to fetch map logo) anyway, It works great except, it only comes with a console command. So I made a ULX command and it doesn't work. All it is supposed to do is a simple RunConsoleCommand. Though it does not work!
It appears in ULX menu but when I run the command, it does nothing! Any help?
local CATEGORY_NAME = "BDG TTTs"
function ulx.hopper()
RunConsoleCommand('serverhopping')
end
local hopper = ulx.command( CATEGORY_NAME, "ulx hopper", ulx.hopper, "!hop", true )
hopper:defaultAccess( ULib.ACCESS_ALL )
hopper:help( "Swith to a different server." )