• DOUBLE WEEK ON EVERYTHING!

QBCORE Pa-vehicleshop (2 Viewers)

  • 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.

brianvdl45

Member
Jun 26, 2023
15
1
3
Credits
13
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;
 

brianvdl45

Member
Jun 26, 2023
15
1
3
Credits
13
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;
 

Users who are viewing this thread

Top