Solved Getting chatbox input?

Discussion in 'Hurtworld Development' started by SouZa, Feb 27, 2016.

  1. Any way to get the chat input string (before enter submit) ?

    Here is a picture: Screenshot
     
  2. Wulf

    Wulf Community Admin

    It hasn't been sent to the server yet, so most likely impossible.
     
  3. : (

    ...ok... should i mark as solved? answer is "No" i guess xD
     
  4. Wulf

    Wulf Community Admin

    Probably. :p
     
  5. I don't think you can get it while typing if thats what you mean, however you can get it when the user presses enter and before it goes to the server, then catch and return so it doesn't actually get sent. I believe this is what mods like BetterChat do, you could probably learn from looking into that.
     
  6. Yhe I know that. But for what I wish to do it doesn't work. I would really need the chatbox input, before user press Enter.