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 → Cog Request
Cog Request
2002-09-01, 11:58 AM #1
Please could someone make me a cog that, on startup makes them fly and changes their skin. Thankyou, and if you can guess what this is for, you can have a cookie [http://forums.massassi.net/html/wink.gif].
"The world is neither black nor white but differing shades of gray."
-By me.
2002-09-01, 12:13 PM #2
Code:
#09/2002 GBK
Symbols
Message Startup
Thing Player			Local
Model Skin
End
Code
Startup:
Sleep(0.5);
Player = JKgetlocalplayer();
Setthingmodel(Player, Skin);
Setphysicsflags(Player, 0x2000);
Clearphysicsflags(Player, 0x1);
Stop;
End


Ok, thatll be $25.50, USD.

------------------
I used to believe that we only want what we can't have. I was wrong. The truth is, the wonderful truth is, we only want what we think we can't have.

JK editing resources.
And when the moment is right, I'm gonna fly a kite.
2002-09-01, 12:42 PM #3
Thankyou for the cog.
"The world is neither black nor white but differing shades of gray."
-By me.

↑ Up to the top!