Im new to the client side of all this, so enlighten me.
I have a simple gui where the user can enter a / command's name and it will process it, but it just spews out remote command errors about being tagged.
function TESTGUI_sendautocmd(){
commandtoserver(txtautocmd.getvalue());
}
How would I fix this?
notes if they could be useful:
this is processed when the user presses a key(they bind it in options), not with a button.
testgui is the gui
txtautocmd is the textbox