16.10.2016, 16:35
(
Последний раз редактировалось Capotte; 18.10.2016 в 23:44.
)
hello again sorry for my bad English but I'm doing the auto save system but the error is that the car I keep the id 2 id 1 in
Quote:
new vehicleid = GetPlayerVehicleID(playerid); new query[400]; format(query, 400, "UPDATE `autos` SET `posx`= %f,`posy`= %f,`posz`= %f,`vangle`= %f WHERE `vid` ='%d'", p[0], p[1], p[2], p[3], VehicleInfo[vehicleid][vvid]); mysql_function_query(TuberiasMySQL, query, true, "OnQueryFinish", "ii", 0, playerid); |