• VIP Yearly: 30 euro until end of January!

    We wish everyone a healthy, blessed 2025! We are here to stay, join our community and see the difference.

QBCORE Pa-vehicleshop (5 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
14
1
3
Credits
10
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
14
1
3
Credits
10
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