
07-20-2008, 09:24 PM
|
master of infinite loops
|
 |
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
|
|
Your NPC-Server has rights to logs/profiles/*.txt, but you're trying to write to a file in profiles/*.txt. Your NPC-Server needs read-write rights to profiles/*.txt. Either that, or you need to use temp.a.saveLines("logs/profiles/profile_" @ params[1] @".txt",0); |
__________________
"We are all in the gutter, but some of us are looking at the stars."— Oscar Wilde, Lady Windermere's Fan
|
|
|