View Single Post
  #4  
Old 12-15-2003, 09:08 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Re: Rescripted D + Disable Sword

Quote:
Originally posted by KuJiGX
Well. I seen a few threads about disabling sword so here you people go. Rescripted D.
NPC Code:

//#CLIENTSIDE
if (timeout || isweapon) {
disableweapons;
setarray this.keydown,11;
setarray this.oldkeydown,11;
for (this.i=0;this.i<11;this.i++) {
this.oldkeydown[this.i]=this.keydown[this.i];
this.keydown[this.i]=(keydown(this.i));
}
if (this.keydown[4]==true && this.oldkeydown[4]==false && selectedweapon>=0) callweapon selectedweapon,weaponfired;
timeout = 0.05;
}



Any problems please tell me.
Why would you do this? o.o
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote