26.11.2010, 12:11
To start, with this code the only thing that works is:
Because you're saving various strings in the same data.
pawn Код:
format(string, sizeof(string), "%s, `Mod11` = '%i' ,`Mod12` = '%i' ,`Mod13` = '%i' ,`Mod14` = '%i' ,`Mod15` = '%i' ,`Mod16` = '%i',`Mod17` = '%i' WHERE `SQLID` = '%d'",string,VehicleInfo[vehid][vMod][10],VehicleInfo[vehid][vMod][11],VehicleInfo[vehid][vMod][12],VehicleInfo[vehid][vMod][13],VehicleInfo[vehid][vMod][14],VehicleInfo[vehid][vMod][15],VehicleInfo[vehid][vMod][16], VehicleInfo[vehid][vSQLID] );

