Thread
:
Making GUI Controls invisible
View Single Post
#
3
10-20-2010, 02:10 AM
fowlplay4
team canada
Join Date: Jul 2004
Location: Canada
Posts: 5,200
You could just use a generic GuiControl.
PHP Code:
new
GuiControl
(
"Example"
) {
x
=
0
;
y
=
0
;
width
=
screenwidth
;
height
=
screenheight
;
}
I used something like that to prevent people from respawning when default heart systems were used.
__________________
Quote:
fowlplay4
View Public Profile
View GraalOnline Profile
Visit fowlplay4's homepage!
Find all posts by fowlplay4