View Single Post
  #5  
Old 08-28-2009, 12:55 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 onKeyPressed() {
  if (
keydown(5)) {
    if (
onwater(player.x+1.5,player.y+2)){
      
setlevel2("testtourny.nw"22);
    }
  }

This is the entire script, so it is serverside. Also, didn't change anything to change the order of onwater or keydown. And keydown 5 should be A.
__________________
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