View Single Post
  #5  
Old 04-18-2011, 06:34 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Method I have used is

PHP Code:
while ( !isinclass( <CLASS>))
  
this.join( <CLASS>); 
Which will basically suspend the script till the class is loaded. Join it serverside but keep the class code clientside.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!

Last edited by MrOmega; 04-19-2011 at 02:50 PM..
Reply With Quote