Skip to content

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.

Important: This is a collaboration script. The weapon assets are made by VVS Customs. This script requires two separate purchases:

You must purchase VVSGUNV2 from VVS Customs for weapons to work.

  • 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
  • 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
  • VVSGUNV2 - Weapon asset pack by VVS Customs (required, purchase: https://vvscustoms.tebex.io/package/7430699)
  • oxmysql - Database connection
  • ox_lib - UI and library functions
  • ESX Legacy or QBCore framework
  • Supported inventory system

Note: See Installation Guide for detailed framework and inventory setup instructions.

  • /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.admin permission.

Stores shop inventory data including item names, prices, and stock levels for each configured shop.

ColumnTypeDescription
jobvarchar(50)Shop/job identifier
stocklongtextJSON-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.