Page 1 of 1

How to remove/edit player shadow? (UPDATED)

PostPosted: Sun Aug 07, 05 5:28 pm
by MainMan
How do I edit the shadow for a player, e.g. if using a clothes mod in multiplayer which needs a different shadow, or more importantly, how do i turn it off?

E.g. with a funline-style clothes package, so once you activate it, you have no shadow..


Edit: Ok ive partially worked it out.. I can get rid of it, (i just added a line which says
Code: Select all
Player.Shadow.Destroy();
. This works, until you die, because when you respawn, voila your shadow is back...

PostPosted: Sun Aug 07, 05 5:31 pm
by Alistair
Make and invisable skin with a shadow. :]

PostPosted: Sun Aug 07, 05 6:22 pm
by MainMan
I have, but i want to get rid of the shadow.

PostPosted: Mon Aug 08, 05 1:24 pm
by MainMan
Ok ive made some progress (read first post)

PostPosted: Mon Aug 08, 05 4:21 pm
by ~ô¿ô~Nobody~
what about...

Code: Select all
Player.CreateShadow();


and..

Code: Select all
Player.KillShadow()

:?:

PostPosted: Mon Aug 08, 05 5:25 pm
by MainMan
^^^

Nope, same thing. still not working...

Edit: well it works in SP, but not in MP