The ULX console command suggestions have stopped working for me, I was working on some thing with this...
function petCallColorHelp( command, args )
return { command .. " 255,0,0", command .. " 0,255,0", command .. " 0,0,255"}
end
concommand.Add("pet_class_menu_col",petCallColor,petCallColorHelp)
Now when I start to type a ULX command there are not auto-complete options. (The concommand above is completely separate from ULX.)
Please reply ASAP, because it is really making it hard for me to administrate my server.