⚙️Configuration

Check the instructions below.

Don't change fatal index unless you know what you are doing. Check the warning below.

Config.FatalIndex = 4, -- 4 // 6

Don't change the weapon index too.

Config.WeaponIndex= 7,

You can set the how many seconds should have the camera show the killer on screen.

Config.duration = 5000 -- milliseconds // 5000 ms = 5 sec

Damage reset time is the value of how long does it take to taken damages should be resetted.

Config.resetDamageTime = 15000 -- milliseconds

You have to set the weapon names. Otherwise script may not be work properly.

A weapon name example shown below.

[-2067956739] = "Crowbar",
--[Weapon Hash] = "Weapon Name"

Last updated