18.04.2015, 10:53
You have to use the function that was available for the version of MySQL you're using.
From your first post, you had this function so I'll assume this is the function you need:
From your first post, you had this function so I'll assume this is the function you need:
PHP код:
format(query, sizeof(query), "INSERT INTO `misc` (`gMOTD`, `ShopClosed`) VALUES ('%s', '%d')", g_mysql_ReturnEscaped(GlobalMOTD, MainPipeline), ShopClosed);
mysql_function_query(MainPipeline, query, false, "OnQueryFinish", "i", SENDDATA_THREAD);