• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

    Payments via Crypto: Please open a ticket, if you experience any issues, or if you miss your coin as an option in the list we have alot of wallets available.

QBCORE Pa-vehicleshop (3 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.
  • Post hidden due to user being banned.

brianvdl45

Member
Jun 26, 2023
12
1
3
Credits
5
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
12
1
3
Credits
5
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