[RELEASE] renzu_vehicleshop | Advanced Vehicle Shop

We can add this as enhancement.
But i need more info about this, how it looks

@Hoolsu
By default this pull all pdm vehicle from qbshared vehicles

I will think a way to grab only some cats or blacklist or whitelist them.

For now ,You can always use the custom shop format
Eg. Police shop
To create a custom vehicle dealer.

how to solve
https://drive.google.com/file/d/18zEfnf6UvSY_9XnSGTUaGn4DLDrfkJTB/view?usp=sharing

can you prepare a clip with showing a F8 and Console.
open a issues in github

how can i use this for qbcore?

Configurable at config.lua

can i message you bud

1 Like

Are we able to change the stock already?

Just wana say thx for sharing your work. I tested all on qbcore and all is working perfect. I add some cars also and tested and its working fine. Ty for sharing this.

1 Like

It works great for me, but I would like to know where I can enter the option to register the key. I use the script ‘esx_RufiCarKeys’ and it tells me that it adds the function of registering the key when buying the vehicle.

I would also like to add that when I built a test vehicle, I registered a ‘TEST’ plate for my key script to allow you to start the vehicle.

Is it possible to change the way of receiving the plate? when buying a vehicle. for example (63WAS810) and not (AHE 234) to register it without a space in the middle?

when using car keys script,
you need to manually trigger the event when vehicle is successfully purchased,

you can do this on server.lua

in next update maybe i will add a config for car keys script

about the plate the old version of plate system are like that.
but a lot of request to use a format like ABC 123 , so i have to implement it like that.

you can messed up with the
line 273 server.lua

function GenPlate()
    local plate = LetterRand()..' '..NumRand()
    if temp[plate] == nil then
        return plate
    end
    Wait(10)
    print(plate)
    return GenPlate()
end
1 Like

Hi . You have created a very nice script :smiley:. Can you tell me if is possible to buy a car with black money and how to add this payment . Thanks :blush:

hello. i got a problem with the .sql import.

i use mysql 8.x and getting following errors

Dont include my comments guide message when importing sql

thank you bro these awsom but i have problem when i buy the car i dont own it and i dont get the key

what car key script? is there a free one i can include in next version to support car keys…

keys script must be set by your self for now (edit)

wwr-vehiclekeys.rar (7.5 KB)
i use these script

is this open source , post a github link

thank you, but there is still a problem

OFC i deleted owned vehicles and vehicle table

[Err] 1060 - Duplicate column name 'garage_id'
[Err] ALTER TABLE owned_vehicles
ADD `garage_id` varchar(32) NOT NULL DEFAULT 'A';
[Msg] Finished - Unsuccessfully
1 Like