Open vicesecrets opened 5 years ago
Do you recive a number plate from your cardealer? Otherwise this script can take your car in the garage. I use esx_drp_garage and esx_vehicleshop_assurance
Your database (i use ZAP Hosting) must be like this bellow
CREATE TABLE vehicles
(
id
int(11) NOT NULL AUTO_INCREMENT,
name
varchar(60) NOT NULL,
model
varchar(60) NOT NULL,
price
int(11) NOT NULL,
category
varchar(60) DEFAULT NULL,
PRIMARY KEY (id
)
);
If this not fix your problem, let me know...
When a player buys a vehicle from used stores, when he tries to store the vehicle in the garage he warns that the vehicle is not his own