Heshan_Shalinda_eUnlock Posted October 28, 2021 Share Posted October 28, 2021 Quote \mta_item\server.lua: 1 : exports: Call to non running server resource <mta_connection> [string "?"] local connection = exports['mta_connection']:getConnection() Quote \mta_item\server.lua: 2 : exports: Call to non running server resource <mta_connection> [string "?"] local mysql = exports['mta_connection'] Quote \mta_item\server.lua: 496 : Bad arguement @ 'dbQuery' [Expected db-connection at arquement 1, got nil] local result = dbQuery(connection,"SELECT * FROM bins") Quote Quote \mta_item\server.lua: 497 : Bad arguement @ 'dbPoll' [Expected db-query at arquement 1, got boolean] local handler = dbPoll(result, -1) Quote \mta_item\server.lua: 867 : Bad arguement @ 'dbQuery' [Expected db-connection at arquement 1, got nil] local SafeQuery = dbQuery(connection,"SELECT * FROM Safe") Quote \mta_item\server.lua: 868 : Bad arguement @ 'dbPoll' [Expected db-query at arquement 1, got boolean] local Safe, ID = dbPoll(SafeQuery,-1) Could you please help me to fix this problem. Thanks Link to comment
nikitafloy Posted October 28, 2021 Share Posted October 28, 2021 U need this script "mta_connection" Link to comment
Heshan_Shalinda_eUnlock Posted October 29, 2021 Author Share Posted October 29, 2021 How do I find it. There isn't anything called mta_connection in community. I don't know to find one??? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now