Exports - Client Side

Here is a list of the client side exports that come with the script

OverwriteNextDeath

@param weapon hash | string
OverwriteNextDeath(weapon)

You might want to use this when a player is getting killed by a script (when they starved to death for example).

IgnoreNextDeath

@param state boolean
IgnoreNextDeath(state)

Used if you want to ignore the next player's death. Will automatically be reset when a death is ignored (aka this is not a toggle!).

Last updated