Quote:
Originally Posted by xXziroXx
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?