Git Product home page Git Product logo

ems-bag-osp-ambulance's Introduction

Ranjit-EmsBag For OSP-Ambulance script for QB-Core

Information

  • A Script That Would Allow Ems To carry a Their Job Bag

| Ranjit EMS Bag

| Preview:- https://youtube.com/watch?v=ZWsk1eNjMPE&si=EnSIkaIECMiOmarE|

| OSP-Ammbulance

| Preview:- https://youtube.com/watch?v=ZWsk1eNjMPE&si=EnSIkaIECMiOmarE|

Required

Add this to qb-core/shared/items.lua

    	["emsbag"]   					 = {["name"] = "emsbag", 						["label"] = "emsbag", 					["weight"] = 150, 		["type"] = "item", 		["image"] = "emsbag.png", 				["unique"] = false,   	["useable"] = true,     ["shouldClose"] = true,     ["combinable"] = nil, ["description"] = "Medical Bag"},
	['tourniquet'] 					 = {['name'] = 'tourniquet', 					['label'] = 'Tourniquet', 				['weight'] = 10, 		['type'] = 'item', 		['image'] = 'tourniquet.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Stops bleeding by applying pressure to limbs'},
	['field_dressing'] 				 = {['name'] = 'field_dressing', 				['label'] = 'Field Dressing', 			['weight'] = 10, 		['type'] = 'item', 		['image'] = 'field_dressing.png', 		['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Sterile bandage for covering wounds.'},
	['elastic_bandage'] 			 = {['name'] = 'elastic_bandage', 				['label'] = 'Elastic Bandage', 			['weight'] = 10, 		['type'] = 'item', 		['image'] = 'elastic_bandage.png', 		['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil,  ['description'] = 'Stretchable bandage for compression and support.'},
	['quick_clot'] 				 	 = {['name'] = 'quick_clot', 					['label'] = 'Quick Clot', 				['weight'] = 10, 		['type'] = 'item', 		['image'] = 'quick_clot.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil,  ['description'] = 'Hemostatic agent to rapidly stop bleeding.'},
	['packing_bandage'] 			 = {['name'] = 'packing_bandage', 				['label'] = 'Packing Bandage', 			['weight'] = 10, 		['type'] = 'item', 		['image'] = 'packing_bandage.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true, 	['combinable'] = nil,  ['description'] = 'Specialized bandage for deep or severe wounds.'},
	['sewing_kit'] 					 = {['name'] = 'sewing_kit', 					['label'] = 'Sewing Kit', 				['weight'] = 10, 		['type'] = 'item', 		['image'] = 'sewing_kit.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil,  ['description'] = 'Contains tools for stitching wounds.'},
	['epinephrine'] 				 = {['name'] = 'epinephrine', 					['label'] = 'Epinephrine', 				['weight'] = 10, 		['type'] = 'item', 		['image'] = 'epinephrine.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Epinephrine, also known as adrenaline, increases the bodys pulse aswell as supress pain.'},
	['morphine'] 					 = {['name'] = 'morphine', 						['label'] = 'Morphine', 				['weight'] = 10, 		['type'] = 'item', 		['image'] = 'morphine.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Morphine, decreases the bodys pulse aswell as suppress pain'},
	['blood250ml'] 					 = {['name'] = 'blood250ml', 					['label'] = 'Blood Pack 250ml', 		['weight'] = 10, 		['type'] = 'item', 		['image'] = 'blood250ml.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'For blood transfusions and emergency use.'},
	['blood500ml'] 					 = {['name'] = 'blood500ml', 					['label'] = 'Blood Pack 500ml', 		['weight'] = 10, 		['type'] = 'item', 		['image'] = 'blood500ml.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Larger volume for significant blood loss.'},
	['saline250ml'] 				 = {['name'] = 'saline250ml', 					['label'] = 'Saline 250ml', 			['weight'] = 10, 		['type'] = 'item', 		['image'] = 'saline250ml.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Sterile solution for wound care and hydration.'},
	['saline500ml'] 				 = {['name'] = 'saline500ml', 					['label'] = 'Saline 500ml', 			['weight'] = 10, 		['type'] = 'item', 		['image'] = 'saline500ml.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Larger volume for diverse medical procedures.'},
	['revivekit'] 					 = {['name'] = 'revivekit', 					['label'] = 'Emergency Revive Kit', 	['weight'] = 10, 		['type'] = 'item', 		['image'] = 'revivekit.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Revives individuals in life-threatening situations.'},
	['stretcher'] 					 = {['name'] = 'stretcher', 					['label'] = 'Stretcher', 				['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'stretcher.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'A medical stretcher to carry wounded patients'},
	['wheelchair'] 					 = {['name'] = 'wheelchair', 					['label'] = 'wheelchair', 				['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'wheelchair.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true, 	['combinable'] = nil, ['description'] = 'Mobility aid for individuals with limited movement.'},

Add the image from the images/emsbag.png to your qb-inventory/html/images/ folder

  • This script does not offer support services.

ems-bag-osp-ambulance's People

Contributors

ranjit-develops avatar entytaiment25 avatar itzjonzey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.