28.01.2019, 14:39
Quote:
The mysql_tquery execute the query in other thread and call a specified callback where return the result
What you looking for is mysql_query |
PHP код:
mysql_format(dbhandle, m, sizeof(m), "INSERT INTO dealerships (x,y,z,name) VALUES ('%f','%f','%f','%s')", DealerInfo[i][dealer_pos][0],DealerInfo[i][dealer_pos][1],DealerInfo[i][dealer_pos][2],DealerInfo[i][dealer_name]);
new Cache:result = mysql_tquery(dbhandle, m);
I tried with pquery tquery both