Qbox-project / qbx_garages

GNU General Public License v3.0
9 stars 32 forks source link

qbx_garages

qbx_garages

Provides an API to store and retrieve vehicles from various locations around the map. Also includes an optional built-in UI

Features

Built-in UI

Optionally disabled via config. Created using ox_lib

Configurable Markers Denote the pickup and drop off points Markers

Export & Callback API

qbx_garages is designed for 3rd party resources to easily replace the built-in UI or interface with the backend. Exports provide functionality to:

Access Points

Garages can now have more than one access point. An access point is a location on the map where vehicles in that garage can be accessed. Access points have their own pick up, drop off, and spawn locations and an optional blip. Additionally, the pick up & drop off points can optionally be combined.

Access Control

Can limit garage access to a list of jobs/gangs with optional minimum grades. Can also pass a custom canAccess function for more advanced access controls.

Vehicle Filtering

Converting from QB?

Dependencies