View Single Post
  #3  
Old 10-20-2010, 02:10 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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:
Reply With Quote