View Single Post
  #7  
Old 09-12-2009, 05:27 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
Quote:
Originally Posted by fowlplay4 View Post
Try adding this to your folder config.

level *.nw
it's already added by default.
Quote:
Originally Posted by fowlplay4 View Post
If you still aren't having any luck just store the test.nw in your insides folder, and use:
it did work moving the test level to the sub-folder.

*Edit:
Weapon:
PHP Code:
function onActionServerSidecommandacc ) {
  switch ( 
command ) {
    case 
"Copy":
      
copylevel"test.nw""insides/test_" acc ".nw" );
      
temp.findplayeracc );
        
temp.f.setlevel2"test_" acc ".nw"temp.f.xtemp.f.y);
    break;
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  if ( 
player.chat == "/copy" ) {
    
triggerserver("gui"name"Copy"player.account); 
  }

still getting failed when trying to warp to the level ( and the level isn't copied )
__________________
.
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