View Single Post
  #13  
Old 08-28-2009, 01:47 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
PHP Code:
function warpPlayerw(pobjdest){
  
temp.warp findplayerbycommunityname(pobj);
  
warp.setlevel2(dest[0], dest[1], dest[2]);
}

//#CLIENTSIDE
function onKeyPressed() {
  if (
keydown(6)) {
    if (
onwater(player.x+1.5,player.y+2)){
      
temp.acct player.account;
      
temp.dest = {testtourny.nw22};
      
triggeraction(this.0.5this.0.5"warpPlayerw"temp.accttemp.dest);

    }
  }

still nada. I think I did it right and understood you, if not, please explain in detail. :/
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote