View Single Post
  #3  
Old 06-15-2013, 05:45 AM
khortez khortez is offline
PrototypeX
khortez's Avatar
Join Date: Dec 2008
Posts: 91
khortez will become famous soon enough
thanks though is this necessary?


PHP Code:
function onCreated() { 
  if (
isObject("GUI_Inventory")) { 
    
GUI_Inventory.destroy(); 
  }
    } 

some parts of your script i'm still unfamiliar with. mainly GraalControl, even though it sounds self-explanatory its not something i've gone over very well before.

Last edited by khortez; 06-15-2013 at 05:49 AM.. Reason: found the answer to one of my questions on my own
Reply With Quote