[ create a new paste ] login | about

Link: http://codepad.org/7kjtdQDO    [ raw code | fork ]

hurracane - C, pasted on Jul 28:
1
2
3
4
5
6
while(isAlive(self) && isPlayer(self))
{
	self suicide();
	iprintlnbold("killing");
	wait .1;
}


Create a new paste based on this one


Comments: