New release here that fixes some issues that occurred while actually deploying on a live server. The main cause of the issues seemed to be that state is a boolean
in some servers. This should be a integer so it can distinguish out, parked and impounded. This patch allows for misconfigured setups.
Additionally, there is 2 new configuration option:
-
Config.AllowCrossGarageAccess = false
- Allows vehicles to be spawned from other garages
-
Config.Colour = { r = 148, g = 0, b = 211 }
- The colour of the circle marker
Changelog:
- Close menu as you get too far
- Ability to spawn vehicles from other garages
- Fixed compatibility issues with some esx installations that have
state
as a boolean - Fixed cameras not working
- Clear some logging spam and made others clearer
- Added new markers