Just Dealerships

Just Dealerships

Video

Download

Tebex
Github

Description

  • All options are adjustable in the config

  • Includes cars, boats, and aircraft

  • Each dealership has it’s own job

  • Upcharge when no dealer is working

  • Players must purchase vehicles through a dealer when one is working

  • Dealers can finance vehicles to customers min and max downpayment and finance length are adjustable

  • Test drives are available through a dealer

  • Includes a system for repossessing vehicles if a certain number of payments are missed

  • If a vehicle is repossessed it can be recovered for the full remaining balance plus an additional fee or abandoned once abandoned it is full deleted

Pics

https://i.imgur.com/jAsisQT.png
https://i.imgur.com/nbbX0jY.png
https://i.imgur.com/aOAcYU5.png
https://i.imgur.com/gDSgAxS.png
https://i.imgur.com/JDbLq7g.png

Config

https://i.imgur.com/BLJDid7.png
https://i.imgur.com/kTcIVEw.png

Code is accessible Yes
Subscription-based No
Lines (approximately) 1,300
Requirements
ESX
GitHub - overextended/ox_lib: A FiveM resource and script library for Lua and JS.
Support Yes
12 Likes

This looks sick! Any chance of a QB version? :smiley:

1 Like

bro after like 2 or 3 years you made esx best car dealer ship script that work with dealer job

+big respect bro thank you very much

is there option that when dealer not online players can’t buy cars but only they can take look on cars ?

What is the MLO name your using for the Dealership?

1 Like

Gabz :wink:
18$/month for all his maps or 48$ for this one :frowning:

when i download it over keymaster cant access any file they´re all locked

Nothing works for me
if I then also additionally
GitHub - overextended/ox_lib install I have a problem with the mouse
NuiFocus is wrong then
Does anyone have any advice?

PER FORUM RULES.
You must upload your files to github or the forums directly.
I also dont believe free stuff can be encrypted. (may be wrong here)

1 Like

Sorry I don’t make things for QB

No but I can add that as a config option pretty easily I’ll get to it at some point today

1 Like

They shouldn’t be I’ll take a look at it in a bit you should be able to download it through GitHub though their the same files

It is uploaded to GitHub and that’s not encrypted the Tebex download shouldn’t be either but I’ll take a look to make sure

Does this Script replace esx_vehicleshop ?
Bc most scripts have this script as Dependency

Currently, it doesn’t provide the functions that esx_vehicleshop would I would have to take a look at what they are and I could likely add compatibility for what those scripts need

The Sql is broken ._.

`Preformatted text`ALTER TABLE `owned_vehicles`
	ADD `financed` tinyint(1) NOT NULL DEFAULT '0',
	ADD `weeklypayment` int(11) DEFAULT NULL,
	ADD `rempayments` int(11) DEFAULT NULL,
	ADD `nextpayment` int(11) DEFAULT NULL,
	ADD `paymentsoverdue` tinyint(1) NOT NULL DEFAULT '0',
;

CREATE TABLE `repoed_vehicles` (
  `owner` varchar(50) NOT NULL,
  `plate` varchar(12) NOT NULL,
  `vehicle` longtext NOT NULL,
  `type` varchar(20) NOT NULL DEFAULT 'car',
  `job` varchar(20) DEFAULT 'civ',
  `weeklypayment` int(11),
  `rempayments` int(11),
  `paymentsoverdue` tinyint(1),

  PRIMARY KEY (`plate`)
);
1 Like

SQL.sql (582 Bytes)

Changed them for you should work now

@OX-HAZE

1 Like

A proper readme would be nice too

Unfortunately nothing works for me

this work

I fixed the syntax on the GitHub