Lachee / fivem-garage

Customised version of a Garage Script for SkullFace's server.
MIT License
8 stars 2 forks source link

Vehicles not showing.... #2

Closed stoyanovx closed 2 years ago

stoyanovx commented 2 years ago

When I buy vehicle ,the vehicle is database ,everything seems okay , but when I open the "Parked Vehicles" or "Vehicle Recovery" nothing pop up. After little investigating , the problem is in the database. The sql file -> initial.sql , have a wrong sql query. //owner varchar(22) COLLATE utf8mb4_bin NOT NULL, //. Change varchar(22) to varchar(255).

Lachee commented 2 years ago

All fixed!