Thread: serverr
View Single Post
  #1  
Old 09-13-2009, 05:40 PM
Mattehy Mattehy is offline
Developer
Mattehy's Avatar
Join Date: Jul 2009
Posts: 58
Mattehy is on a distinguished road
serverr

i was making a link with a npc like this
PHP Code:
serverr.(player.account@"_out.nw") = {this.level,this.x,this.y}; 
for example
now the level name is graal737422 but the serverr comes out Graal737422 if that makes a diffrence. but when i do
PHP Code:
this.outlevel serverr.(this.level);
player.setlevel2(this.outlevel,30,30); 
it fails in the corner x.x
also how would i make it a lower case string with my acc
__________________
Develop 4 Lyf
Reply With Quote