07.07.2015, 19:08
Hi all!
I have a question, i didn't found the answer on wiki.
If i open a mysql connection in my gamemode and another mysql connection in a filterscript, when i use mysql_close(); in one of them (gamemode or filterscript), the function will close only script's connection or all mysql connections started by gamemode + filterscript?
I use this: https://sampwiki.blast.hk/wiki/MySQL/R33
I have a question, i didn't found the answer on wiki.
If i open a mysql connection in my gamemode and another mysql connection in a filterscript, when i use mysql_close(); in one of them (gamemode or filterscript), the function will close only script's connection or all mysql connections started by gamemode + filterscript?
I use this: https://sampwiki.blast.hk/wiki/MySQL/R33