-
Notifications
You must be signed in to change notification settings - Fork 41
Solve qbcore color change #65
base: main
Are you sure you want to change the base?
Conversation
Hello, I got problem with colors too- I can't change vehicle color that I purchase from shop. Does it gonna be fixed? :) |
do you use qb-core? Esx? What dealer system do you use? |
Hello, I use qbcore, what do you mean dealer system? I use renzu vehicleshop, and after buying the vehicle, I can't change it's colors, like it's changes from metal to mat, but changing colors gives nothing. When I spawn vehicle with admin menu, I can fully change the colors. |
If you can't change the color of the vehicle at the Renzu dealership, don't worry, just change the color later from a mechanical tuning menu, that's the important thing. try that it works |
That wouldn't be a problem, main problem is that I can't change it with tuning menu. When I spawn vehicle using admin menu, I can do it, but when I buy the vehicle, I can't do it with same admin menu. |
you must identify these 2 lines in client/client.lua: if props.rgb then SetVehicleCustomPrimaryColour(vehicle, props.rgb[1], props.rgb[2], props.rgb[3]) end |
ok, will test it and will post here if it worked :) |
It works, thank you very much! |
I use esx but wen I buy a car it says you dnt own it |
i give support only qb-core |
ok i have a question what coords do i need to use to make new dealerships in renzu vehicleshop i have tried all of them and nothing what i mean on this part of the script Blip = {color = 38, sprite = 595, scale = 0.9}, i need to know if the x.y.z is a vector 3 or a vector 4 what do i need to use for this |
No description provided.