What is wrong with this query?
#4

Quote:
Originally Posted by iTorran
Посмотреть сообщение
Whats the difference between mine and that code?
Код:
    format(query, sizeof(query), "UPDATE `vehicles` SET `VehModel` = %d, `VehX` = %f, `VehY` = %f, `VehZ` = %f, `VehA` = %f WHERE `VehID` = '%d'", GetVehicleModel(vehicleid), x, y, z, a, GetPlayerVehicleID(playerid));
Код:
format(query, sizeof(query), "UPDATE `vehicles` SET `VehModel` = '%d', `VehX` = '%f', `VehY` = '%f', `VehZ` = '%f', `VehA` = '%f' WHERE `VehID` = '%d'", GetVehicleModel(vehicleid), x, y, z, a, GetPlayerVehicleID(playerid));
Reply


Messages In This Thread
What is wrong with this query? - by iTorran - 14.11.2010, 20:15
Re: What is wrong with this query? - by smeti - 14.11.2010, 20:30
Re: What is wrong with this query? - by iTorran - 14.11.2010, 20:34
Re: What is wrong with this query? - by smeti - 14.11.2010, 20:38
Re: What is wrong with this query? - by iTorran - 14.11.2010, 21:13
Re: What is wrong with this query? - by Fezq - 14.11.2010, 21:43

Forum Jump:


Users browsing this thread: 2 Guest(s)