View Single Post
  #2  
Old 12-23-2001, 07:47 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
if (playerenters) {
for (i=0,i<playercount,i++) {
hitplayer i,40,players[i].x,players[i].y;
}
say2 You have squirrels in your pants;
}
Reply With Quote