Author Topic: ULX console command suggestions not working.  (Read 1415 times)

0 Members and 1 Guest are viewing this topic.

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
ULX console command suggestions not working.
« on: June 27, 2012, 02:00:00 PM »
The ULX console command suggestions have stopped working for me, I was working on some thing with this...

Code: [Select]
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.
I cry every time I see that I am not a respected member of this community.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX console command suggestions not working.
« Reply #1 on: June 29, 2012, 06:24:10 AM »
Nothing in your code jumps out to me as bad or something that would break other hooks. It's possible that Garry messed something up and only the most recently registered command gets to do completes. Can you try creating another command with completes and see if it breaks your first one?
Experiencing God's grace one day at a time.