Quasar Store Logo

Installation

Installation guide — please follow each step carefully and exactly as described to ensure the script works correctly on your server. Skipping or modifying steps may cause the system to not function properly, so follow it step by step.

Download Script

To download the assets needed for this script, you must access the official Cfx.re portal, where all assets purchased through Tebex are managed.

1

Access the Granted Assets Page

Open the Cfx.re granted assets page: https://portal.cfx.re/assets/granted-assets.

This page contains all assets linked to your Cfx.re purchases.

2

Log In with Your Cfx.re Account

Sign in using the same Cfx.re account you used when purchasing the asset.

If you use a different account, the assets will not appear.

3

Download the Housing Assets

In the granted assets list, locate and download:

Biohazard

These two packages are required to install the full housing system.

These files include the models, materials, and visual resources required for the proper operation of the housing system.





Database Setup

Avoid using tools like XAMPP or other non-optimized local servers, as they may cause connection errors.

This script includes an essential database required for its operation. You must import it before starting your server, preferably using HeidiSQL or any other manager compatible with MariaDB/MySQL.

ESX/QB

CREATE TABLE IF NOT EXISTS `qs_biohazard_events` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `creator` VARCHAR(80) NOT NULL, `label` VARCHAR(255) NOT NULL, `data` LONGTEXT NOT NULL, `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `creator` (`creator`), KEY `label` (`label`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE IF NOT EXISTS `qs_biohazard_stats` ( `identifier` VARCHAR(80) NOT NULL, `name` VARCHAR(120) NOT NULL DEFAULT 'Survivor', `xp` INT(11) NOT NULL DEFAULT 0, `level` INT(11) NOT NULL DEFAULT 1, `kills` INT(11) NOT NULL DEFAULT 0, `infections` INT(11) NOT NULL DEFAULT 0, `games` INT(11) NOT NULL DEFAULT 0, `wins` INT(11) NOT NULL DEFAULT 0, `losses` INT(11) NOT NULL DEFAULT 0, `best_kills` INT(11) NOT NULL DEFAULT 0, `mvps` INT(11) NOT NULL DEFAULT 0, `last_played` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`identifier`), KEY `level` (`level`), KEY `xp` (`xp`), KEY `kills` (`kills`), KEY `wins` (`wins`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;







Ambience Recommendation

For the best immersive experience, we strongly recommend adding an ambience map to your server. A great option is the Total Apocalypse map, which completely transforms the world of GTA V into a ruined, devastated environment filled with destruction. This setting fits perfectly with any zombie survival scenario, making players feel like they are truly living through an outbreak.

The atmosphere created by this map enhances roleplay, increases tension, and makes every encounter more realistic. If you want your server to stand out and provide a unique post-apocalyptic vibe, this map is the ideal choice.