View Single Post
  #4  
Old 10-20-2010, 02:18 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Quote:
Originally Posted by fowlplay4 View Post
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?
Reply With Quote