Description
Killing a player in meele allows you to steal their model and appear as them for the remainder of the round (and into the next round depending on your settings.)
There are two config vars towards the top of the script: [code]'''A few config vars for us :D'''
#How long after the knife kill should they gain the victim's model?
Delay = 2
#If set to 1, user's will retain the other player's model into the next around also
Retain = 0[/code]
Set them as you please as you can see they default at 2 and 0.
~J3ff