Price
UnknownA script by Azakit
Price
UnknownBlood Bank
Players can perform a blood draw at a dedicated spot, watch animations with a nurse NPC, and claim their daily rewards. All collected blood is stored in a central blood storage accessible only by the configured medical job.
Key Features
config.lua.Preview
Install
ensure azakit_bloodbank to your server.cfg.["bloodbag"] = {
label = "bloodbag",
weight = 100,
stack = true,
close = true,
},
CREATE TABLE IF NOT EXISTS `blood_donations` (
`id` INT NOT NULL AUTO_INCREMENT,
`identifier` VARCHAR(64) NOT NULL,
`date` DATE NOT NULL,
`claimed` TINYINT(1) NOT NULL DEFAULT 0,
`total_donations` INT NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `unique_identifier` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
CREATE TABLE IF NOT EXISTS `blood_storage` (
`id` INT PRIMARY KEY,
`count` INT NOT NULL DEFAULT 0
);
INSERT IGNORE INTO `blood_storage` (id, count) VALUES (1, 0);
Requirements
Tebex: Introductory price — limited time only.
https://azakit-development.tebex.io/package/7008080
Help:
You need help, join my Discord server
https://discord.com/invite/DmsF6DbCJ9
| Code is accessible | No (only config.lua) |
| Subscription-based | No |
| Lines (approximately) | 600 |
| Requirements | ESX or QBCore, ox_inventory, ox_lib, oxmysql |
| Support | Yes |
Paid:
[PAID][ESX/QBCore] Backpack System for ox_inventory – Wearable, Transferable, Fully Customizable
[PAID][ESX/QBCore] Gate Control System | Swing & Prop-Based Gates
[PAID][ESX/QBCore] Clothing Store Robbery | Steal & Sell Clothes
[PAID][ESX/QBCore] Parachute System | Wear & Tear | Skill-Based Folding | NPC Shop | 8 Styles
Free:
[FREE] [STANDALONE] AutoMove
[FREE] [ESX & QBCore] Milking a cow
[FREE] [ESX] Vehicle key and lock
[FREE] [ESX & QBCore] Collecting eggs from hens
[FREE] [ESX & QBCore] Moneywash with tickets, licenses, tax levels, transport
[FREE] [ESX] Sell item with delivery
[FREE] [ESX] Scrap metal from old air conditioners
[FREE] [ESX] NPC for launching events
See what others are saying about this script.
Share your experience and help others.