Vehicles & fleets
Vehicle ownership & plate-format repair
Players could not store vehicles and keys were failing intermittently. Traced it to two data problems in their database: vehicle owner fields written in two different formats (some prefixed, some bare) so lookups missed, and plates longer than the 8-character limit the game enforces. Wrote and ran two corrective SQL passes across the whole table.
What changed
Cars store and retrieve correctly and keys work every time — a fleet-wide data problem cleared in one pass.
Done for Nueva Vida RP.