05.08.2018, 12:18
hmm, i dont use this version but try to change this,
if this dont work try to update to the new version of mysql or r39, and use cache is much better
Quote:
stock LoadDynamicVehicles() { new Str[128], VehicleID, VehicleModel, Float:VehicleX, Float:VehicleY, Float:VehicleZ, Float:VehicleA, Col1, Col2, vehPlate[10], i = 0; new query[256]; format(query, sizeof(query), "SELECT * FROM `sasdvehicles`"); mysql_tquery(handle, query, "", ""); to mysql_query(handle, query); mysql_store_result(); |