Thread: Ladder!
View Single Post
  #1  
Old 05-15-2002, 08:19 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Ladder!

okay im have some problems with my ladder script i jus wanna know what im doing wrong with it heres the script

NPC Code:

if (playertouchsme) {
if (keydown(0)&&!(keydown(2)) {
playery+=1;
}
if (keydown(2)&&!(keydown(0)) {
playery-=1;
}
}

__________________
Reply With Quote