Change the corpse model.
How to change the corpse model ???
and give me example code, please. Thanks for helping.:) |
Re: Change the corpse model.
just set model to that player wich body you want to change...
|
Re: Change the corpse model.
You can modify the ClCorpse message to set the player model of your choice.
Note: The message isn't called until the player is completely dead, so you will see the death animation with the players current model. PHP Code:
|
Re: Change the corpse model.
Thanks, guys ! :D
+karma to you, all. |
Re: Change the corpse model.
I have a question again. How to change the corpse model after 60 second ???
I try add set_task and doesn't work. :( |
Re: Change the corpse model.
You can't since the corpse is not an entity anymore.
But not sure, you could maybe used the entity "bodyque". I mean blocking the original corpse creation, spawing a "bodyque" entity, then changing when you want the model on this entity. |
Re: Change the corpse model.
there was a plugin called bones , it changes all corpses to skeletons
|
Re: Change the corpse model.
he allways can edit plugins code...
|
Re: Change the corpse model.
You're right, I was not remember the code, but I don't like its method.
|
| All times are GMT -4. The time now is 01:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.