aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client/render_noragdolls.lua
blob: 915d47043e191a07f8ca9f671e46b7d6bfc3b658 (plain)
1
2
3
4
5
6
function GM:Initialize()
    timer.Create( "removeRagdolls", 3, 0, function()
         game.RemoveRagdolls()
    end)
end