• How to make corpses of clients disappear?
    5 replies, posted
I need this feature for my server like hell
GitHub and Wiki
Server I used to run did this to help with corpses during events: hook.Add("OnEntityCreated", "RemoveDeadRag", function(ent)     if not (IsValid(ent) and ent:GetClass() == "class C_ClientRagdoll") then return end     SafeRemoveEntityDelayed(ent, 1) end)
should it be in server side or client side
On what domain do you want clientside ragdolls to disappear?
i am gay
Sorry, you need to Log In to post a reply to this thread.