22.07.2014, 19:15
Actually, if you are using an updated version of mysql (BlueG's at least) you have to use:
When you start your connection you do DB = blablabla
pawn Код:
mysql_query(DB, string);
pawn Код:
DB = mysql_connect(conntectshit);

