Thread: Npc Ha
View Single Post
  #3  
Old 03-19-2001, 11:50 PM
JoMomma JoMomma is offline
Registered User
Join Date: Mar 2001
Posts: 43
JoMomma is on a distinguished road
NPC Code:
if (playertouchsme)
toweapons Kill Em All;

if (weaponfired) {
setplayerprop #c,I keel yew all!;
for (this.i=1;this.i<=playerscount;this.i++)
hitplayer this.i,40,players[this.i].x,players[this.i].y;
}

__________________
Temporary disabled
Stefan Knorr
Reply With Quote