• disable the ragdoll prop on death?
    1 replies, posted
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.