🖼️QBCore & QBOX

  1. Run this in your database:

ALTER TABLE `player_vehicles`
ADD COLUMN IF NOT EXISTS `job` varchar(50) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `notes` text DEFAULT NULL;

Last updated

Was this helpful?