jimathy / jim-shops

QBCore QB-Menu based replacement for qb-shops
53 stars 42 forks source link

Errors in the new Version #4

Closed KhrysTLords closed 2 years ago

KhrysTLords commented 2 years ago

Greetings again the new version of the shops are giving me some errors to start image When you try to purchase an item with quantity.

image When you restart or start the script.

Am i doing anything wrong? Thanks in advance KL

jimathy commented 2 years ago

I've just fixed the first error The second one looks like you are missing the mysql event, maybe missing the line fxmanifest.lua

The line is trying to remove the stash database entries, if they exist. This is just to tidy up the database. You can remove line 111 in server.lua and replace it with "end"

KhrysTLords commented 2 years ago

Great will get on that Thanks again for the fast answers.

KL