🚙gusti-membershipvehicle

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 serverresources
folderOpen
server.cfg
Add the
gusti-membershipvehicle
script withensure gusti-membershipvehicle
inserver.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
Last updated