[BETA Release] VRP - LS Customs

I used VRP_garage ,VRP_Lscustoms, VRP_showrooms from this man : https://github.com/Sighmir?tab=repositories .
Very usefull and functionnal . You have to modify few thing in script like how they add line in database table and put in comment your sql query after one server start .

2 Likes

I get this rejected: identification error when i use his LS customs and showroom and garages. any idea why? or how to fix it at all?

could you export your “vrp_users_vehicles” cause mine is not creating/loading the new columns to go with the scripts

Does vehicle inventory work for you?
If I buy a car from Car Lot it tells me the Trunk is opened by someone else.

I didnt try this - Step three: Load HeidiSQL and delete “vrp_users_vehicles” in your 'vrpfx" D.B

Maybe this is why.

You got it - will give it a shot.
Thank you for the help!!

I dropped the vrp_users_vehicles from the DB.
Deleted Cache Folder

Relaunched

Bought Sandking at car lot.
Went to:

Player Menu > Vehicle.
“No Owned Vehicle Near”

https://gyazo.com/ea55ba6d326dcb3a67f90493dbd82e05

I checked the DB and see it made a new “vrp_users_vehicles”
https://gyazo.com/37dd9674425e53b48d1d85c132c84618

Maybe try with a fresh VRPFX DB?

Yea no luck - Fresh DB
Everything saves correctly just wont let me open “Vehicle”

Error - “No Owned Vehicle Near”
Hmmm…

What msql query you comment, basic_garage or vrp_garage? Please if you can paste your changes it would be very usefull.

Thanks

vrp_lscustoms/server.lua : line 60

MySQL.query(“vRP/lscustoms_columns”)

vrp_showropm/server.lua : line 14

MySQL.query(“vRP/showroom_columns”)

But in showrooms you can comment line 10 to 14 because in lscustoms you already have veh_type and vehicle_plate and if you keep it at both place it create an error like a duplicate.

Thanks for reply, i gona try it

Not sure how I initialize my own table for the vrp_showroom. Can anyone help me out?

I added the veh_type and vehicle_plate in the vrp_user_vehicles, but I keep getting the vRP: Identification Error.

vRP identification error is completely seperate from this

Well when I add showroom it gives me this error and I think that it is because the database didn’t add the stuff for showroom.

your with low ms right? ask jonxer in a ticket to compile the sql and table and send him the link to the showroom and ls custom

Are we not able to do this ourselves?

Identification error can be fixed by enabling two settings in server.cfg, I’m not on my pc but it’s the ones with auth

unless u import the sql file urself then yes u can do it urself.

i think it was this right

“# want to only allow players authenticated with a third-party provider like Steam?
sv_authMaxVariance 1
sv_authMinTrust 5”