27.10.2018, 12:29
PHP код:
new String[512]; // Be sure the size is enough for your query
mysql_format(Database, String, sizeof String, "INSERT INTO `databasename` ...", playerid, names, etc);
mysql_tquery(Database, String, "YourCallBack", "i", playerid);
Won't work, you need to format a string for that