im making a new accounts system in OOP using setmetatable
my problem is that i want it to be available thro all the resources
ik that i can send the lua file content using fileRead and loadstring but that wont work for me because the accounts system uses sql, then stores the data in a table
i want that table to be the same in all the resources, which is why the "loadstring" solution wont work bec each resource will have its own version of the table
any ideas?