Hello,
I want, that useres can use the command !sg (sg = SteamGroup) to open the SteamGroup Page in their SteamBrowser.
I tried this:
function ulx.SteamGruppe( calling_ply )
calling_ply:SendLua("gui.OpenURL('http://www.ibot3.de/sg')")
end
local SteamGruppe = ulx.command( "Social", "ulx SteamGruppe", ulx.SteamGruppe, "!sg" )
SteamGruppe:defaultAccess( ULib.ACCESS_SUPERADMIN )
SteamGruppe:help( "SteamGruppe" )
I got these errors:
[ERROR] addons/ulx/lua/ulx/xgui/commands.lua:80: attempt to index local 'cmd' (a nil value)
1. setselected - addons/ulx/lua/ulx/xgui/commands.lua:80
2. OnRowSelected - addons/ulx/lua/ulx/xgui/commands.lua:305
3. OnClickLine - lua/vgui/dlistview.lua:506
4. unknown - lua/vgui/dlistview_line.lua:93
But it wont work. Can you tell me why, and how i can fix it?