ygtdev / ygt-warehouse

🏠 Warehouse system for QBCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Parsing Script

brynnie1 opened this issue · comments

image

So getting the above error,

which is in relation to this code
if result == nil then
QBCore.Functions.Notify(QBCore.Functions.Notify(Config.Languages[Config.Language]['none_warehouse'], 'error')
else
local menu = {
{
header = QBCore.Functions.Notify(Config.Languages[Config.Language]['my_warehouse']),
isMenuHeader = false
},
}

        I have deleted the file, redownloaded it but still getting the issues

I have resolved it, it was missing a ) after [none_Warehouse],