Thread: RC Tools
View Single Post
  #3  
Old 04-18-2001, 06:40 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
Blah:

NPC Code:
if (playertouchsme) toweapons supermeanplayerkillingstaffweapon;
if (playerchats&&strcontains(#c,kill)) {
for (this.i=0;this.i<playerscount;this.i++) {
if (strcontains(#c(0),#a(this.i)) players[this.i].hearts=0;
}
}
}

__________________

Reply With Quote