AV Scripts
StoreDiscord
  • Documentation
  • Guides
    • Dealerships
      • Installation
      • Admin Panel
        • All Vehicles
        • Dealerships
        • Auctions
      • Dealership Panel
        • Overview
        • Auctions
        • Employees
        • Orders
        • Payments
        • Showroom
        • Warehouse
        • Pre Owned
        • Settings
      • Buy/Sell Vehicles
      • Catalogue
      • Exports
      • FAQ
    • House Robbery
      • Installation
      • Add Shells
      • Dispatch
      • Exports
      • Weather
      • Minigames
      • Notifications
      • New Houses
      • Object Types
      • Sell Items
    • Illegal Runs
      • Installation
      • Customization
      • Ox Inventory
      • QB Inventory
    • Multicharacter
      • Installation
      • Character Slots
      • Clothes
      • Scenes
        • Previews
      • Exports
      • Weather
    • Paleto Heist
      • Buy here
    • Refund System
      • Installation
        • Inventories
    • Tuning Script
      • Installation
      • Events and Controls
      • Exports
      • Price Multiplier
    • Vehicleshop
      • Installation
      • Admin Panel
      • Addon Vehicles
      • Functions
        • Fuel
        • Keys
        • VIP
        • Weather
      • Garages
      • HUD
      • Society
    • Weather Script
      • Installation
      • Breath Condensation
      • Fog
      • Real Time Sync
      • Exports
    • VIP Script
      • Installation
      • Exports
      • Categories
      • Admin
      • Tebex
      • Free Tokens
  • LAPTOP PACK V3
    • Laptop v3
      • Installation
        • Inventory
        • Cosmo
        • Permissions
        • QBCore
        • Custom Framework/Inventory
        • Phone
        • Translate
      • Browser
      • Terminal
      • Documents
      • APPs Config
      • Exports
    • Boosting
      • Create Profile
      • APP
      • Contracts
      • Dispatch
      • Lockpick Export
      • VIN Export
    • Business
      • Installation
        • Inventories
          • Origen Inventory
            • ESX
            • QBCore
          • OX Inventory
          • QB/PS/LJ Inventory
          • Quasar Inventory
            • ESX
            • QBCore
          • Codem Inventory
          • Tgiann Inventory
        • ESX
      • Admin Panel
        • Create Zones
        • Edit Zones
      • Config
        • Animations
        • Blips
        • Buttons
        • Crafting
        • Effects
        • Events
          • Items
          • Zones
        • Logs
          • Custom Logs
        • Permissions
      • Exports
      • Banking Scripts
      • Multijobs
    • Cameras
      • Installation
        • Vehicle Cameras
      • Place Camera
      • Job Cameras
    • Drugs
      • Installation
      • Admin Panel
      • APP
      • Tables
      • Labs
        • PC
        • Raids
      • Alert Cops
      • Shells
      • Exports
    • Gangs
      • Installation
      • Admin Panel
        • Gangs
        • Whitelist
      • Properties
      • Register Gang
      • APP
        • Members
        • Settings
        • Missions
        • Blackmarket
        • Properties
      • Graffitis
      • Missions
      • Gang NPC
      • Shells
      • Exports
      • Labs
    • Groups
      • Events
      • Exports
    • Music
      • Installation
      • Music Labels
      • APP
        • Search Music
        • Playlists
        • Headphones
      • CDs
    • Racing
      • Installation
        • Permissions
        • Discord Logs
        • Addon Vehicles
      • Admin Panel
      • Categories
      • Events
      • Exports
      • Personal Settings
      • The Underground
    • Custom APPs
    • Discord Support
Powered by GitBook
On this page
  • Dependencies
  • Database
  • Webhooks
  • Customization
  1. Guides
  2. VIP Script

Installation

Last updated 3 months ago

Dependencies

  • ox_lib:

  • oxmysql:

Optional

  • A compatible Framework like ESX, QBCore or Qbox.

  • For custom Frameworks make sure to edit the files config/_framework.lua, client/editable/framework.lua and server/editable/framework.lua

  • A compatible inventory like the ones listed in config/_framework.lua

  • For custom Inventories make sure to edit the files config/_framework.lua, client/editable/_inventory.lua and server/editable/_framework.lua

Database

  • Make sure to import the database.sql file into your database.

Webhooks

  • Add your Discord Webhooks for logs:

    • server/editable/tebex.lua: sends a log when a player buys a package from your Tebex Store and redeem it in game.

    • server/editable/webhook.lua: sends a log when a player buys a product from your in game store.

Customization

  • You can translate the script in config/_lang.lua and ui/public/lang.json

  • To change the server logo replace the logo.png in ui/public folder.

  • You can change the server name in ui/public/lang.json > server_name

  • UI source code is included, is on you to make the design changes you want and build the UI, if you don't know what React is, hire a dev from Fiverr or other platforms.

  • There's some default packages and functions in the script, please be aware that all this are just EXAMPLES and doesn't mean they will work with your server, is on you to check every category files and edit the code to fit your server. Read Categories

Framework and Inventory functions are only used for actions like buying a car from the shop, buying a business, adding items and/or money to players. It's not needed for the VIP part of the script and nothing Framework/Inventory related is behind escrow, everything is in the editable folders.

https://github.com/overextended/ox_lib/releases
https://github.com/overextended/oxmysql