Hey! Is it possible to park freely on streets? And if not, as I think I understood, are you planning to do it in the future?
Hey, yes, our script is compatible with QBOX.
Hey, sorry to hear that, but I doubt youâll be waiting a month for support, as I currently donât see any ticket thatâs been active for over a month, our support team is still active, I encourage you to contact them in case of any issues.
Hey!
Currently, there is no Vehicle Persistent option you are probably talking about, which allows you to leave your vehicle anywhere. Currently, our script requires you to park in the parking space you have configured.
Yes, we plan to introduce Vehicle Persistent to the resource soon! ![]()
UPDATE 1.3.0
[+] Added compatibility with kq_wheeldamage and VehicleDeformation using CL.SetOnVehicleSpawn & CL.SetOnVehicleSpawnLocally.
[+] Added Parking Objects system - you can now place decorative or functional objects (e.g. parking meters) via config.garages.lua (parkingObjects).
[+] Added recoverableFrom option to Config.Impounds - allows you to define a list of impounds from which a vehicle can be recovered in a specific impound point.
[+] Added price editing in Management Menu for Business Parkings:
- Price Per Day
- Price for Infinity (flat fee)
[+] Added automatic garage registration for nolag_properties and qs-housing.
Note: If youâve already registered housing garages and later change the Enter Garage point in the property management menu, it may cause inconsistencies.
For stability, filenames should follow this format:
- File name:
nolag_property:HousingID - Garage ID:
HouseGarage:nolag_property-HousingID
We recommend re-registering garages for full compatibility and future-proofing.
[+] Introduced a new Housing Garage Menu system - works like regular garages but allows vehicle storage limits and is fully supported in the Parking Creator.
[+] Added Config.InstantVehicleLoading to config.lua - enables loading all vehicles at once upon entering the PolyZone.
This is an experimental feature. We recommend testing it on your own server, especially if you use many add-on vehicles.
[+] Added refreshVehicles server-side export - allows dynamic refresh of parked vehicles (useful for scripted events or admin tools).
[/] Fixed: Garage registration now properly closes the menu on success.
[/] Changed: Tag for gang-owned garages now shows correctly as GANG GARAGE.
I love this script. However my question is. How is it possible to manage a parking zone already created? Or delete it. /createparking only allows you to create but not manage/edit
Hello, thank you very much!
Yes, at the moment itâs only possible to create parking spots - editing them is not available yet.
Our current system is based on .lua files. If we had used .json, editing wouldâve been easier.
That said, weâre not limiting ourselves to one format - itâs very likely weâll introduce JSON-based parking spots with full editing support via the parking creator menu in the future.
Thanks again for the suggestion!
UPDATE 1.3.1
[/] Fixed a vehicle rotation issue on parking spots
[/] Fixed a missing checkAreaOccupied validation for impounds
UPDATE 1.3.2
[+] Added multi-level parking support for apartment buildings in VMS Housing
[/] Fixed notification bug for parking spot rental price change
[/] Resolved black screen issue in House Garages (Menu Mode)
UPDATE 1.3.3
[/] Fixed an issue when bringing a vehicle via phone using the vms_garagesv2:vehicleTakenByPhone event
UPDATE 1.3.4
[+] Compatibility with LB-Phone (Already available in the documentation!)
[+] Compatibility with vms_notifyv2 Text UI
[/] Changed the SQL method for fetching vehicles in garages to optimize the query
[/] Fixed a bug related to vehicle properties after disconnecting from the server or leaving the vehicle outside of rendering range
[/] Fixed a visual bug that showed the vehicle as parked for 23H for a few seconds after parking - it now correctly shows -1H immediately
UPDATE 1.3.5
[+] Added native SetVehicleEngineOn in CL.SetOnVehicleSpawnLocally so that parked boats have the engine turned off
[+] Added VIN number generation in the SV.GiveCar function when using the /givecar command with vms_cityhall
[/] Fixed a bug that prevented license plates consisting only of numbers
UPDATE 1.3.6
[+] Added Vehicle Persistence (Beta Mode) (Config.VehiclePersistence)
If you encounter any issues related to Vehicle Persistence, please create a thread on discord.
ALTER TABLE `owned_vehicles` ADD COLUMN IF NOT EXISTS `position` longtext DEFAULT NULL;
[+] Added server-side export deleteVehicle
Allows you to delete persistent vehicles - you can integrate this export into your /dv command within your framework.
[+] Added Config.HousingGaragesType
If youâre using VMS Housing and your vehicle type differs (e.g., car instead of vehicle), you can now adjust it so the system automatically generates garages using your custom type.
[/] Fixed a bug that prevented ordering a company vehicle for grade 0.
UPDATE 1.3.7
[+] Added the /dvp command - works like the default /dv framework command but also deletes persistent vehicles (Config.DeletePersistentVehicleCommand).
[/] Fixed setting the position column to NULL with /tow command (Patch for Vehicle Persistent).
[/] Fixed the deleteVehicle export to ensure it works for players in the Impound and prevents the vehicle from respawning at its last position after a restart.