
12-23-2001, 07:47 PM
|
|
man with the mastahplan
|
 |
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
|
|
|
if (playerenters) {
for (i=0,i<playercount,i++) {
hitplayer i,40,players[i].x,players[i].y;
}
say2 You have squirrels in your pants;
} |
|
|
|