Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by Vince
Код:
[16:50:46] [WARNING] CMySQLHandle::Create - connection already exists
Not sure how to get rid of that. Or even whether it is a bug or not. I'm connecting to the same server, with the same credentials, from a filterscript and a gamemode at the same time.
|
Use callremotefunction to send the MySQL connection ID to other files so that you don't have to be connecting over and over.