AKL DOCUMENTATION
  • 👋Introduction
  • GUSTI RESOURCES
    • ⛏️gusti-minerjob
      • Setup
      • Update
    • 🚙gusti-membershipvehicle
    • 🍗gusti-butcherjob
    • 📣gusti-iosnotify
      • Setup
      • Usage
    • 🌐gusti-status server web
      • Setup
    • ⏳gusti-loadscreen
      • Setup
      • Building
    • 💎gusti-vipmenu
      • Setup
    • 🛠️gusti-welderloot
      • Common Issues
      • Setup
    • 🏃‍♂️gusti-boostsprint
      • Setup
    • 🚀gusti-boostfps
    • 📹gusti-cctv
      • Setup
    • 📅gusti-datetime
      • Setup
    • ☢️gusti-radzone
      • Setup
    • 🔫gusti-hidereticle
    • 🚗gusti-givevehicle
      • Setup
      • Usage
    • 💥gusti-duarmemek
      • Setup
      • Usage
  • 🛡️gusti-vipsystem
    • Setup
    • Usage
  • CODE SNIPPETS
    • Fix Animasi
    • Fix Spam Punch
    • Boost Fps
    • Disable Ambient
    • Send Webhook Messages
    • Spawns GTA V Online Train On Fivem
    • Removing / Adding Limit Map
    • Blacklist Name
    • Item Probability
    • Anti Duplicate Vehicle
    • How To Unbind Keys
Powered by GitBook
On this page
  • Installation
  • Configuration
  • Feature
  • Framework
  • Video Preview
  • Purchase
  1. GUSTI RESOURCES

gusti-membershipvehicle

PreviousUpdateNextgusti-butcherjob

Last updated 2 years ago

Gusti MembershipVehicle is a FiveM script to add a membership vehicle feature on the server, where players must be registered as a membership to use a certain vehicle.

Installation

  • Extract rar file [STANDALONE] Gusti MembershipVehicle

  • Copy / cut gusti-membershipvehicle to your server resources folder

  • Open server.cfg

  • Add the gusti-membershipvehicle script with ensure gusti-membershipvehicle in server.cfg

  • Start server / Restart server

  • Finished

Configuration

Open the config.lua file located in the gusti-membershipvehicle folder to configure it

  • Choose the framework you are using (Config.Framework)

  • Select the type of Identifier (Config.TypeIdentifier)

  • Set the Config.EnableDeleteVehicle section to true if you want the vehicle to be automatically deleted if the player is non-membership

  • Enter a list of any vehicles that you want to become a membership vehicle (Config.VehicleMembership)

  • Edit notification for non membership players (Config.Notify)

  • Register player membership into (Config.Membership)

Example of VehicleMembership configuration:

Config.VehicleMembership = {
    'xa21', -- vehicles model name
    'oppressor2', -- vehicles model name
    'apc', -- vehicles model name
}

An example of player membership data configuration using typeidentifier = 'license' :

['license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'] = Config.VehicleMembership, -- Berikan akses ke semua kendaraan yang terdaftar di VehicleMembership
['license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'] = {'xa21'} -- Berikan akses ke kendaraan tunggal

An example of player membership data configuration using typeidentifier = 'steam' :

['steam:xxxxxxxxxxxxxxx'] = Config.VehicleMembership, -- Berikan akses ke semua kendaraan yang terdaftar di VehicleMembership
['steam:xxxxxxxxxxxxxxx'] = {'xa21'} -- Berikan akses ke kendaraan tunggal

Feature

  • Membership Vehicle

  • Easy to Use

  • Easy to Configure

  • 2 Types of Identifiers (license & steam)

  • Auto delete vehicle (true/false)

Framework

Video Preview

Purchase

🚙
ESX
QBCore
YouTube
Tebex Store
Sociabuzz Store
Thank you for buying [STANDALONE] GUSTI MEMBERSHIPVEHICLE