Thread
:
GuiBitmapButtonCtrl Hide/Show
View Single Post
#
7
09-06-2010, 10:02 PM
oo_jazz_oo
Jazz teh Awesome
Join Date: Jul 2006
Location: California
Posts: 596
If your trying to hide the control from within it's script, then
PHP Code:
visible
=
false
;
If your trying to make it hide from outside the script, which I suspect you are...
PHP Code:
Button_Name
.
visible
=
false
;
Would be it. :P
__________________
oo_jazz_oo
View Public Profile
View GraalOnline Profile
Find all posts by oo_jazz_oo