• No Show Death Script
    1 replies, posted
Hey forums Need the lua extension and plugin from RPmod that shows no deaths in servers. Why? Because my friends and I love to play around with each other, and assassinations are on the list. But we wouldnt like to have other people know who-killed-who. So can someone please just extract it into a easy admin console command on the server, or if its already out there, link me?
[lua]function GM:PlayerDeath( victim, infl, attacker) self:PlayerSilentDeath(victim) victim:SetRagdollSpec(true) victim:Spectate(OBS_MODE_CHASE) end [/lua]
Sorry, you need to Log In to post a reply to this thread.