View Single Post
  #4  
Old 04-07-2007, 10:00 PM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
Quote:
Originally Posted by Rapidwolve View Post
I was going to say that but I didn't think it was what he needed o_o
Well I looked further in the script lol,, and I think that was what he was needing when I looked at this part:
PHP Code:
  for (0vars.size(); ++) {
    
//if (file.(@ vars[i]).type() != 3) {
      
this.(@ vars[i]) = file.(@ vars[i]);... blabla 
What he could also do tho is:
PHP Code:
for ( ivars)
  
this.( @ i) = file.( @ i); 
Way shorter and more "clean" looking.
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote