06.10.2015, 23:04
Since i converted my gm to mysql R39-3 can someone help me to convert this code to my current mysql version? Thanks:
Код:
new stats[128]; format(stats, sizeof(stats), "UPDATE ServerStats SET TotalAccounts = TotalAccounts + 1"); mysql_function_query(mConnectionHandle, stats, false, "", "");