Quote:
Originally Posted by RozenMaiden
nope, nothing
|
The scriptfiles (a clientside) directory goes:
scriptfiles/server name/path/to/folder.
So, you should be using:
PHP Code:
temp.alist.loadfolder("blub/ll/*", 0);
Which will load the files from:
scriptfiles/server name/blub/ll.
You don't need to put scriptfiles or your servername, when using loadfolder() on clientside, I believe. Correct me if I'm wrong, somebody who knows.