• Twitch subs for sale! Open a ticket in Discord for pricing!

  • Weekend! After a month of no weekend discounts, heres one for all of you:
    VIP Yearly 35,- euro

    And all credit payments get doubled starting now until Sunday 3-9-2025.
    300 credit purchase gives you 600 for example.

QBCORE Pa-vehicleshop (1 Viewer)

  • 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
17
1
3
Credits
6
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
17
1
3
Credits
6
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