MetaGamer Posted November 29, 2011 Share Posted November 29, 2011 Can someone show me an example on how to use OnClientGUIComboBoxAccepted? Link to comment
Castillo Posted November 29, 2011 Share Posted November 29, 2011 addEventHandler("onClientGUIComboBoxAccepted", root, function(comboBox) outputChatBox("Some comboBox has been changed and it's new value is " .. guiComboBoxGetItemText(comboBox, guiComboBoxGetSelected(comboBox))) end) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now