Buenas tardes, me podrían ayudar a cómo hacer para solucionar el siguiente problema, cuando realizo un panel y creo un Edit Box, al intentar ingresar texto en el Edit Box existe problemas con las teclas que tienen bind, por ejemplo con la t(para el say) o p(para el panel de admin).
Este es el código de un ejemplo simple (Client):
function asd()
Panel = guiCreateWindow(216, 166, 942, 231, "", false)
guiWindowSetSizable(Panel, false)
Ingreso = guiCreateEdit(51, 41, 858, 68, "", false, Panel)
showCursor (true)
end
addCommandHandler ("cp", asd)
Aquí las SS del problema con la "t":
http://prntscr.com/gw9g0z
http://prntscr.com/gw9gp2
lo mismo pasa al presionar la "p" mientras se escribe en el Editbox:
http://prntscr.com/gw9h3t
¿Cómo puedo hacer que sin importar la tecla que presione el bin de esa no se active del mismo modo que este ejemplo?
http://prntscr.com/gw9hlm