View Single Post
  #6  
Old 06-22-2001, 10:28 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Hmm...
NPC Code:
if (playertouchsme) toweapons Now you see me now you don't;
if (weaponfired) this.active=(this.active+1)%2;
if ((created||timeout)&&isweapon) {
if (this.active==1) hideplayer 0.05;
timeout=0.05;
}

__________________

Reply With Quote