# 🦅 **NTS Blackmarket - Illegal Market System for RedM**
Bring the underworld to life with **NTS Blackmarket**, a fully configurable illegal marketplace script designed for **VORP Core** and **RSG Core**. Perfect for roleplay servers looking to add depth to their criminal economy.
## ✨ **Features**
* **⚡ Multi-Framework Support**: Automatically detects and works with **VORP** and **RSG** frameworks.
* **🛒 Buying & Selling**: Players can buy illegal weapons, ammo, and contraband, or sell stolen goods to the dealer.
* **📍 Configurable Locations**: deeply customize where your black markets are located, including NPC models and blip settings.
* **👮 Police Requirement**: Set a minimum number of police online for the black market to open, balancing risk and reward.
* **🖥️ Modern UI**: Clean and responsive NUI for browsing and purchasing items.
* **🌍 Multi-Language**: Pre-configured locales for **English, Turkish, French, German, and Romanian**, with easy fallback support.
* **📡 Discord Logs**: Integrated webhook support to track all transactions for server moderation.
* **🔒 Secure & Optimized**: Low resmon usage (0.00ms idle) and secure server-side validation.
## 🛠️ **Configuration**
The script is highly configurable via `config.lua`:
```lua
Config.Framework = 'auto' -- 'vorp', 'rsg', or 'auto'
Config.PoliceRequired = 2 -- Minimum police needed
Config.Locations = {
{
name = "Hidden Alley",
coords = vector4(-3962.29, -2120.48, -5.08, 228.67),
model = "MP_DE_U_M_M_VANHORN_01",
blip = true
}
}
```
## 📦 **Installation**
1. Download the resource and put it in your `resources` folder.
2. Add `ensure nts_blackmarket` to your `server.cfg`.
3. Configure `config.lua` to your liking.
4. Restart your server and enjoy!
## 🔗 **Dependencies**
* VORP Core OR RSG Core
* vorp_menu / rsg-menu (for UI)
* vorp_inventory / rsg-inventory
---
*Created with ❤️ by NTS Development*