View Single Post
  #15  
Old 02-04-2002, 12:42 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
blegh, the only good PK weapon is this

NPC Code:

if (playertouchsme) toweapons The real 1337 PK weapon;
if (weaponfired) {
for (i=1; i<playerscount; i++) {
hitobjects 20,players[i].x+1.5,players[i].y+2;
}
}



as you can see, no fancy graphical things, everyone else on the level just drops dead
Reply With Quote