Corpse classname
How to detect if a dead body is player's corpse, whats classname of it?
( I need to check it not by model ) |
Re: Corpse classname
from HLSDK
PHP Code:
|
Re: Corpse classname
The corpse is not an entity spawned by the server. It's a temporary client-side entity triggered from ClCorpse message.
|
Re: Corpse classname
So, I can't detect it's classname "bodyque" ?
|
Re: Corpse classname
CS != HL ; even if this entity exists in CS, it's not used. You can use it though.
|
Re: Corpse classname
For example:
PHP Code:
EDIT: So can I detect by classname "bodyque" or not?:mrgreen: |
Re: Corpse classname
Try?
|
Re: Corpse classname
When you can't aim the player, meaning no entity found.
|
Re: Corpse classname
mm, I did so, block ClCorpse Message, hook player death, making him invisible on his origin create an entity, put his model, death animations. Then I can do anything with a corpse.
P.S. Sorry my bad English. |
Re: Corpse classname
Tried to detect by that classname, it's not working.
Btw I don't need antyhing only detect if entity is player's body |
| All times are GMT -4. The time now is 04:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.