Theme editor

QBCORE Pa-vehicleshop

  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
Thread owner
updated cause I still think its dogshit and should just be free for everyone
 
READ THE CONFIG!

ServerCallbacks = {}, -- Don't edit or change
AutoDatabaseCreator = false, -- If you are starting the script for the first time, make this true and restart the script, after restarting, make this false otherwise you will get an error.


FFS ppl learn to read,.
CREATE TABLE `pa_vehicleshop_showroom_vehicles` (
`id` int(11) NOT NULL,
`dealershipId` int(11) DEFAULT NULL,
`data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
 
CREATE TABLE `pa_vehicleshop_showroom_vehicles` (
`id` int(11) NOT NULL,
`dealershipId` int(11) DEFAULT NULL,
`data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
CREATE TABLE `pa_vehicleshop_stocks` (
`id` int(11) NOT NULL,
`dealershipId` int(11) DEFAULT NULL,
`data` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
 
Back
Top Bottom