Hook to turn all TTT ragdolls to default terrorist
5 replies, posted
I've had a problem with ragdolls on custom models lately. Whenever they die, they disappear. I run pointshop, but I'm just interested in making all the ragdolls spawn as the default C:SS terrorist. Any comment, hook, or help on this?
Thanks c:
Bump (please help ;c)
Not sure about this, but if you hook into PlayerDeath, you should be able to get the player's location and spawn a ragdoll with the default model using ents.Create
Usually if people disappear on death, doesn't that mean the model doesn't exist on the server side? Do the ragdolls get displayed at Pos (0,0,0), in a scrunched-up formation?
[QUOTE=Arizard;46855310]Usually if people disappear on death, doesn't that mean the model doesn't exist on the server side? Do the ragdolls get displayed at Pos (0,0,0), in a scrunched-up formation?[/QUOTE]
Yes, I added them with resource.AddFile and it works now,
still, I wonder whether there could be a way to set all ragdolls to default but keep
the normal model while alive.
Sorry, you need to Log In to post a reply to this thread.