[QBCore/ESX] Vehicle Shop (Dealership) HUD 2.0 [Paid Resource]

Works perfectly now thanks man!

2 Likes

Looks amazing!

2 Likes

thank you dude

how to fix it map is not loading

You need active ipl, use bob74_ipl
Bob74/bob74_ipl: Fix holes and customize the map (github.com)

48H PROMOTION
Script with 30% discount promotion!


I dont know why but it is not loading. :frowning:

check if you are getting any errors on server console

Dealership V3 - Coming soon :
https://streamable.com/5mjsf3

VRP/ESX but not even have sell car function. waste my money like this

1 Like

What are you talking about?

1 Like

How do I get to the area which allows me to look at the stock, categories, prices, ETC?

Help, please help me here is such a problem



1 Like

The resource name must be esx_dealership

but the second error remained

In server.lua line 17 change to:

local firstname = result.firstname 

thank you very much

1 Like

a place where player’s can sell the vehicle at the dealer for specific percentage from the price just like esx_vehicleshop. if no such function, the only way for player’s to sell the vehicles is sell to the other player. or am i missing something here ?

How to set brand name in custom car? obraz_2021-09-12_202742

How to have custom car brand image show

  • Have brand image name first letter caps. ex. Tesla.png
  • Make sure brand name matches in your vehicles.meta (Make)
  • Create something like names.lua in car resource, example:
Citizen.CreateThread(function()
AddTextEntry("TESLA", "Tesla")
AddTextEntry("models", "Model S")
end)

My Tesla Model S vehicles.meta:

<vehicleMakeName>TESLA</vehicleMakeName>

My client_scripts line in fxmanifest.lua for my Tesla Model S:

client_scripts {
    "names.lua",
    }
1 Like