[FREE] Unconscious system

Showcase Video

ScriptsM Unconscious system

This script allows you to fall unconscious if you have less than 50% of Health. You will regain consciousness when your health is restored, or the players will help you with ammonia and cotton pad

Features

  • Fall unconscious if you have less than 50% of Health

  • ESX/QB ammonia and cotton pad items

  • Regain consciousness when your health is restored

  • Health regeneration is slowed

  • Configuration file

Config

Config = {}

Config.Framework = 'esx'

Config.AmmoniaName = 'ammonia'

Config.AmmoniaCapsuleName = 'ammoniacapsule'

Config.CottonpadName = 'cotton_pad'

Config.NoPadEvent = function()
		TriggerClientEvent('t-notify:client:Custom', source, {
    style = 'message',
    title = 'Interaction',
    message = 'You dont have item: Cotton pad',
    duration = 5500
})
end

2313

CHECK IT OUT ON OUR TEST SERVER FOR FREE

:books: My other releases:

8 Likes

checking this out for sure

1 Like

this is tuff

1 Like

nice work :100:

Can add a notification okoknotify ?

Thanks!

You can add every notify you want in my scripts, you just need exports and events :slight_smile:

1 Like

Thank you very much :heart:

1 Like

There really isn’t any instructions and also I don’t see the items that need to be added? Do we have to make our own?

Just open config file and you see all you need. Script is not too hard to get, that doesnt need any documentation