View Single Post
  #1  
Old 07-15-2007, 10:11 AM
HolySheepy HolySheepy is offline
Registered User
Join Date: Apr 2007
Posts: 68
HolySheepy is on a distinguished road
Control of GuiMLTextCtrl input?

Hi,

how about adding functions to track/control the input into Text Fields?

Thats annoying at ClientRC when your current line is like
PHP Code:
   lol 
you press enter and write lol again its
PHP Code:
lol 
so in clientrc its:
PHP Code:
    lol
lol 
in rc it would be
PHP Code:
   lol
   lol 
but theres no way to track the input so its kinda annoying/impossible to add this to clientrc
Reply With Quote