View Single Post
  #2  
Old 01-21-2007, 03:55 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by xXziroXx View Post
Need help asap.
Are you saving vars or just lines? If you're saving vars use
HTML Code:
object.savevars("folderPlace", type);
loading them use
HTML Code:
object.loadvars("folderPlace", type);
If you're not using save/loadvars, why're you using loadlines?
Reply With Quote