View Single Post
  #6  
Old 03-03-2010, 05:10 PM
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
Are you destroying and recreating a GUI Object in the same function call? I suspect there's a script causing it so you might want to investigate. I.e:

PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
  if (
isObject("World")) World.destroy();
  new 
GuiControl("World") {
    
somevar true;
  }

The others experiencing the error are on UN I believe (c/d?), and their NC is just so cluttered that tracing the problem them would take ages.

I believe the problem is fixed in V6 though.
__________________
Quote:
Reply With Quote