Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → one more COG thing...
one more COG thing...
2001-05-30, 5:09 PM #1
is there anyway i can make the rail det and conc give a push about as high as force jump with two stars on it, when the bullet hits the ground near someone. but without increasing the damage amount.

oh! and how do i turn off falling damage?

sorry for the nebiwe stuf :|
thx
2001-05-30, 5:48 PM #2
To make it so you don't get hurt from falling, add this to the damaged section in the kyle cog.
Code:
 if(GetParam(1)==64)
	{
		ReturnEx(0);
		return;
	}
Gravity isn't MY fault--I voted for velcro.
2001-05-30, 6:02 PM #3
thanks but i need that other stuff badly hehehe

↑ Up to the top!