manve1 Posted September 28, 2012 Share Posted September 28, 2012 Is there a way i could like make if you type in "www.google.com" in a editBox it would show some pictures up? Link to comment
TAPL Posted September 28, 2012 Share Posted September 28, 2012 editBox = guiCreateEdit(0.3,0.1,0.4,0.1,"",true) addEventHandler("onClientGUIChanged", editBox, function() if guiGetText(source) == "www.google.com" then -- your pictures code Here end 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