We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can stand up to 20 minutes in a payday circle and still nothing. console shows it:
SCRIPT ERROR: @esx_cityworks/server/main.lua:11: attempt to index a nil value
The text was updated successfully, but these errors were encountered:
The problem is item name is wrong in the config.lua.Change this lines on the config.lua
ItemDb_name = "pay_works" to ItemDb_name = "contrat", ItemName = "City Check" to ItemName = "Bills", ItemRequires = "pay_works" to ItemRequires = "contrat", ItemRequires_name = "City Check" to ItemRequires_name = "Bills",
Sorry, something went wrong.
No branches or pull requests
I can stand up to 20 minutes in a payday circle and still nothing.
console shows it:
SCRIPT ERROR: @esx_cityworks/server/main.lua:11: attempt to index a nil value
The text was updated successfully, but these errors were encountered: