♾️
InfinityPulse
🎮 Discord📺 Youtube🛒 Tebex
  • Introduction
  • RedM
    • 🌿Herbalist System
      • Installation
      • Commands
      • Herbalist Skills
    • ⭕Company Blips
      • Installation
      • Config
    • ⚔️Bandits Ambush
      • Installation
      • Config
    • 📖XP System
      • Installation
      • Types
      • Exports
      • UI Additions
  • 💬Alert Dialogue
    • Installation
    • Exort
  • FiveM
    • 🌟VIP System
      • Installation
      • Exports
    • 💱Money Laundering
      • Configuration
      • Server/Framework support
  • DATA TABLE
    • Export
  • 📦Crate Drop
    • Installation
    • Configuration
  • 💬3D Text UI
    • Installation
    • Configuration
    • Exports
  • 📺City Hall
    • Installation
    • Configuration
Powered by GitBook
On this page
Edit on GitHub
  1. FiveM
  2. VIP System

Installation

Simple explanation on how to install this resource.

PreviousVIP SystemNextExports

Last updated 3 months ago

1

Download resource from your CFX key

Head to and download the resource.

2

Run the SQL query in your DB Server

You will find the query file in the[SQL] folder, or if you lost it you can copy it from here:

ZPVIPSystem.sql
CREATE TABLE `zpvipsystem` (
	`identifier` VARCHAR(255) NOT NULL DEFAULT '' COLLATE 'utf8mb4_general_ci',
   `name` VARCHAR(255) NOT NULL COLLATE 'utf8mb4_general_ci',	
	`adderidentifier` VARCHAR(255) NOT NULL DEFAULT '' COLLATE 'utf8mb4_general_ci',
	`addername` VARCHAR(255) NOT NULL COLLATE 'utf8mb4_general_ci',
	`level` INT(3) NOT NULL,
	`dateadded` DATETIME NOT NULL DEFAULT current_timestamp(),
	`expiredate` VARCHAR(255) NOT NULL DEFAULT '0' COLLATE 'utf8mb4_general_ci',
	PRIMARY KEY (`identifier`) USING BTREE
)
COLLATE='utf8mb4_general_ci'
ENGINE=InnoDB
;

3

Add all required items and images found in [requirements] folder

You can either use the included images , or your own , but the names have to match the ones given in the included images.

4

Add the resource in your server.cfg file

ensure zp_vip
5

Make sure to update shared.lua with the correct framework

1) (ZP_Vip_System_Shared_Config.Framework)
2) (ZP_Vip_System_Shared_Config.FrameworkResourceName)
6

Dependencies

1) mysql-async
2) oxmysql

7

That's it , you can now join your server and make sure everything works!

If you have any issues, you can contact us on our !

🌟
CFX Portal
discord