Version 1.0
It is here everyone! The first of it’s kind (at least I think)! A vehicle restriction script that is just for personal vehicles! You have commands such as /trust, /untrust to trust and untrust players to use the vehicle you own.
This all works via a file called whitelist.json and it keeps track of every player’s vehicles they are allowed to drive! If you run a huge huge server, this may not be the resource for you unless you have a developer capable of moving it to a database storage system… Other than that, this resource runs well for the smaller servers. I may look into adding an SQL option in the future though.
If they do not have access to your personal vehicle?:
Some examples of messages gotten by running commands:
- Commands
/trust [playerID] [spawncode] = Trust the specified player to your vehicle if you own it.
/untrust [playerID] [spawncode] = Opposite of /trust… Lol…
/vehicles
- Admin Commands
/setOwner [playerID] [spawncode] = Set the owner of a personal vehicle
/clear [spawncode] = Gets rid of all the specified vehicle’s data in case you messed up setOwner
- Permissions
This gives permission to run Admin commands:
add_ace group.admin VehwlCommands.Access allow
- Installation
Download VehicleTrustSystem
Extract the .zip and place the folder in your /resources/ of your Fivem server
Make sure you add “start VehicleTrustSystem” in your server.cfg
Enjoy
- Download
Version 2.0
SQL storage possibility?