cssdm
cssdm copied to clipboard
RagdollRemoval doun't work after last update
RagdollRemoval doun't work after last update.
that's why I tried to write bypass plugin.
As soon as I have loaded the plugin "dm_basics.smx " the following code no longer works in other plugins:
new _iEntity = GetEntPropEnt(client, Prop_Send, "m_hRagdoll");
Its always -1
I suspect that the "Entitydata" is removed by the cssdm extension before i can grab the Entity. But the Ragdoll is still visible!
Is it possible to fix this OR disable optional the "RagdollRemoval" class from C-code for a separate sm plugin?
Thank you in advance
Flux aka HSFighter