Quote:
Originally Posted by fowlplay4
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.
|
so just dont define a profile?