Hi,
So I refined my my server hopper command but for some reason, when I set it for all top access, I need to manually add the permission for someone to use the command. Any help?
CATEGORY_NAME = "TrueKnife TTT"
function ulx.hopper( ply )
ply:SendLua([[RunConsoleCommand("serverhopper")]])
end
local hopper = ulx.command( CATEGORY_NAME, "ulx hopper", ulx.hopper, "!hopper" )
hopper:defaultAccess( ULib.ACCESS_ALL )
hopper:help( "Opens the hopper menu. You can also type !servers or !hop" )