Thread: Move!!!
View Single Post
  #1  
Old 10-25-2001, 07:58 AM
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
Move!!!

i need some help with this script iw as qt it where if i dont maove for 30 sec it hurtsd me and puts a message about my head this is all i can get could some 1 help

NPC Code:
// NPC made by Adam
if (playerentrs) {
toweapons move;
}
if (playertouchsme) {
}
if (hasweapon(move)) {
if (keydown(0)) {
timeout=3;
if (keydown(1)) {
timeout=3;
if (keydown(2)) {
timeout=3;
if (keydown(3)) {
timeout=3;
}
}
}
}
}
if (timeout=3) {
setplayerprop #c,Why arent you moving!;
}

__________________
Reply With Quote