♾️
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

Exports

There are two exports, 1 client side & 1 server side exports which are both called hasVIP and can be found in the fxmanifest.lua.

Export Example (Client-Side)

if exports['zp_vip']:hasVIP() > 0 then or if exports['zp_vip']:hasVIP() == 1 then
    print('You have vip level 1')
else
    print("You don't have vip subscription")
end

Export Example (Server-Side)

if exports['zp_vip']:hasVIP(source) > 0 then or if exports['zp_vip']:hasVIP(source) == 1 then
    print('You have vip level 1')
else
    print("You don't have vip subscription")
end

PreviousInstallationNextMoney Laundering

Last updated 3 months ago

🌟