Discord
Steam
/
Garry's Mod
/
Developers
/
disable the ra..
Login/Join
Event Log
disable the ragdoll prop on death?
1 replies, posted
Search
In This Thread
can you disable the ragdoll prop that drops when a player dies?
[code]function GM:PlayerDeath( ply, ent, att ) local removerag = ply:GetRagdollEntity() removerag:Remove() end [/code] There you go.
Sorry, you need to
Log In
to post a reply to this thread.