[RELEASE] renzu_vehicleshop | Advanced Vehicle Shop

renzu_vehicleshop

Vehicleshop FEATURE

  • Multiple vehicleshop
  • Multiple Vehicle Type Shop (Boat, Car, Helicopter, Plane)
  • Job Vehicle Shop
  • Multi Payment Method
  • Categorized VehicleShop
  • Display Featured Vehicles to shop
  • Clean UI
  • Test Driving

vehicleshop vehicle shop dealership car esx QBCore

PREVIEWS

ezgif-2-fb878898336c
ezgif-6-f15b1de3cc73

Dependency

Download

Installation

Download from Github GitHub - renzuzu/renzu_vehicleshop: FIVEM ADVANCED VEHICLE SHOP
Download POPUI dependency GitHub - renzuzu/renzu_popui

Install Missing Sql Columns from vehicleshop.sql

start renzu_vehicleshop

  • Important

This Vehicleshop is using vehicles table from Database
if your current vehicleshop or vehicle list database is not vehicles you may need to edit the server.lua to make this work, or you can use the vehicleshop.sql.

Other free resource

Garage [RELEASE] renzu_garage - v1.8 - Advanced Garage Fivem - #10 by Renzuzu
HUD UI [RELEASE] renzu_hud UI | Advanced HUD

47 Likes

nice well done

1 Like

Good release! Keep up the good work!

2 Likes

thank you brothers

2 Likes

Cool share, thank you bro !!!

2 Likes

OMG! Is this free? OH MY GOOD I love it!

2 Likes

another free release… nice work! rep+

1 Like

vRP? mby

1 Like

c’mon my guy, its an ESX Resource.

imo you shouldn’t run a FiveM server if you dont know how to code or dont have a Proper Developer, theres so many servers popping up, but in the end they all have the same stuff.

Just convert it to vRP

and he also said it will work with multiple frameworks at a later state, so just either do it yourself or be patient and actually read what he wrote.

3 Likes

gonna say this again

2 Likes

love you thanks for making it free

1 Like

Ill convert this to qb and vrp soon
I just need proper time

4 Likes

This looks amazing. Defs gonna follow this to see the updates in TODO. Hopefully i will be able to contribute also in the future.

1 Like

good release : ) clean and dope

1 Like

Thank you


Sir, what is this? I keep doing this after pressing enter

1 Like

Uploading: 2XHLK~5Q6{YO2~IQT1V({$U.png…

shop not opening?
check server console errors.
must be missing sql columns

Okay, I’ll try.

if you have a vehicles table

you just need to import this

ALTER TABLE vehicles
ADD shop varchar(32) NOT NULL DEFAULT 'pdm';

ALTER TABLE vehicles
ADD stock int(11) NOT NULL DEFAULT 100;
1 Like