UPDATE 1.2
Update Summary
New Configurations:
Added
Config.TowTrucks
, allowing customization of tow truck models.Introduced
Config.TimeToDeSpawn
, which sets the inactivity time before a vehicle despawns automatically.
Improvements & New Features:
Added support for towing persistent vehicles, saving their new position after being towed.
Implemented the TimeToDeSpawn system, making vehicles despawn after a configurable inactivity period.
Vehicles can be respawned using
TriggerServerEvent('rx56_permvehicles:spawn', plate, x, y, z, h)
.Minor fixes to enhance system stability.
Database Update Required:
A new column must be added to the
rx56_permvehicles
table to track the last update time:
Last updated