Quote:
Originally Posted by Maximus0
pawn Code:
mysql_format(handle, query, sizeof(query), "UPDATE `vehicles` SET `Owner` = '%i', `ServerID` = '%i', `Slot` = '1' WHERE `ID` = '%i'", idc, VehiclesInfo[TotalVeh][vServerID], VehiclesInfo[TotalVeh][vID]); mysql_tquery(handle, query, "", "");
Try this.
|
That's the same as his.
OT: Why are you inserting and then updating? Immediately insert all values.