1. Why UIChat.isOpen is not working?

    P.S How i can change my account name? :)
     
  2. It's a bool which means its a true or false. If you gave us a insight of the code i could tell you whats going on.
     
  3. It is always false
    [DOUBLEPOST=1518340026][/DOUBLEPOST]I tried
    Code:
    void OnTick()
    {
        Puts(UIChat.isOpen);
    }
     
  4. Maybe cause the class "UIChat" is used by and on the client only? ;) Makes sense, or?
     
  5. I just wanted to make a plugin that adds the ability to quickly enter the previous entered commands :)
     
  6. [ConsoleSystem.Client] does not work anymore?