View Single Post
  #1  
Old 09-12-2009, 04:49 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
CopyLevel() help

well, i have done copylevel() before and it worked but now that i tried to use it again, it won't work.

Weapon:
PHP Code:
function onCreated() {
  
copylevel"test.nw""insides/test_" player.account ".nw" );
  
with findplayer"Deas_Voice" ) ) {
    
setlevel2"test_" player.account ".nw"player.xplayer.y);
  }

FolderConfig:
NPC Code:
level  insides/*.nw



NPC-Server Folder Rights:
NPC Code:
r levels/*.nw
rw levels/insides/*.nw



..and yes, insides/ does exists, it have 1 level inside it already.
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote