Introduction
ARS VVS Guns V2 is a collaboration gun shop system for FiveM servers running ESX or QBCore frameworks. This script provides a complete weapon dealership experience with player management interfaces, multi-step weapon crafting, storage management, and society money integration.
Demonstration
Section titled “Demonstration”Important: This is a collaboration script. The weapon assets are made by VVS Customs. This script requires two separate purchases:
- Get this script (ARS VVS Guns V2): https://amirobin.tebex.io/package/7430707
- Get VVSGUNV2 (Weapon Assets): https://vvscustoms.tebex.io/package/7430699
- VVS Customs Discord: https://discord.gg/vvscustoms
You must purchase VVSGUNV2 from VVS Customs for weapons to work.
Features
Section titled “Features”Core Features
Section titled “Core Features”- Multiple gun shop locations with customizable items and categories
- Real-time stock and price management with auto-restocking
- Society money integration for shop transactions
- Multi-step weapon crafting system with animated processing
- Storage management for purchasing crafting materials
- Boss menu for managing shop employees and grades
- Grade-based permission system for management tasks
- Target system support with optional legacy interactions
Supported Systems
Section titled “Supported Systems”- Frameworks: ESX Legacy, QBCore
- Inventories: ox_inventory, qb-inventory, qs-inventory, ps-inventory, ak47_inventory
- Banking: qb-management, qb-banking, okokBanking, ars_banking for society funds
- Libraries: ox_lib, oxmysql
Requirements
Section titled “Requirements”VVSGUNV2- Weapon asset pack by VVS Customs (required, purchase: https://vvscustoms.tebex.io/package/7430699)oxmysql- Database connectionox_lib- UI and library functions- ESX Legacy or QBCore framework
- Supported inventory system
Note: See Installation Guide for detailed framework and inventory setup instructions.
Commands
Section titled “Commands”Admin Commands
Section titled “Admin Commands”/vvsgundealerrefill <shop> <amount>- Refill all items in a shop/vvsgundealersetprice <shop> <price>- Set price for all items in a shop/vvsgundealerrefillitem <shop> <item> <amount>- Refill specific item/vvsgundealersetpriceitem <shop> <item> <price>- Set price for specific item
Note: Admin commands require
group.adminpermission.
Database Tables
Section titled “Database Tables”ars_vvsguns_v2
Section titled “ars_vvsguns_v2”Stores shop inventory data including item names, prices, and stock levels for each configured shop.
| Column | Type | Description |
|---|---|---|
job | varchar(50) | Shop/job identifier |
stock | longtext | JSON-encoded stock data with prices and quantities |
Note: This guide is written by a third party. If you find any incorrect or outdated information, please contact us on Discord so we can update it for you.