I get timed out when joining some servers, it happens on any device if it's connected to my home network. I can still join some servers, like SAUR, but others I get timed out.
I tried other devices but I still get timed out, which is why I think this might be related to my network, not the computer itself.
im having a problem with SQLite, i'm connecting to the database but the table is not created
local db = dbConnect('sqlite', 'accounts.db')
dbQuery(db, 'CREATE TABLE IF NOT EXISTS accounts')