Closed rbreslin18 closed 1 year ago
MySQLOO does not have a field db.Query, so this is why it is giving you the error.
The correct code should be db:query(sql)
.
thanks for quick response, im going to try and get tmysql working properly instead of rewriting everything since im lazy
You can also try to use the tmysql drop in replacement to emulate tmysql using mysqloo. It is located in the lua subfolder of this project, but I cannot guarantee it still works properly.
Ill give it a go, i found the old tmysql3 online and it seems to work with this old legacy perp code.