11.08.2017, 14:35
If you have a filterscript which require to connect to your database, you will get the same warning.
You can use this in your OnGamemodeInit()
You can use this in your OnGamemodeInit()
PHP код:
mysql_global_options(DUPLICATE_CONNECTIONS, true);