[FEATURE] Public (non-owned) vehicles #115
Labels
No labels
API
Addon Request
Bug
Duplicate
Enhancement
Feature Request
High Priority
Hybrid Software
Incompatibility
Invalid
Legacy
Low Priority
Missing Information
Needs Confirmation
Possible with API
Question
Won't Fix
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/VehiclesPlus#115
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
That's right, thanks to the API I'm trying to make a vehicle let's say public spawned every few minutes, except that it currently serves the owner of the vehicle.
Describe the solution you'd like
I would like that you could (only via api) not have an owner of the vehicle, usable by everyone, blockable by everyone
Describe alternatives you've considered
Making a bot that stays online 24/7 but would cost me too much
Sounds like a good idea. Something was worked on for the old version, but was never implemented correctly. I will work on this for the recode. ;)
Yeah, it's easy to make I think, you put a double constructor on spawnedvehicle class, and you put that if like playerUuid = "" it don't add the vehicle to the garage and everyone can lock it or unlock it.
Implemented! The recode now is based on the vehicles' UUID, and not on the player's UUID.
:D waiting for the amazing update! <3