PHP код:
mysql_format(mysql, query, sizeof(query)//vehPlate = '%e'? Try %s if this didn't turn out.
,"UPDATE Vehicles SET vehModel = %i, vehPlate = '%e' , vehMod_1 = %i, vehMod_2 = %i, vehMod_3 = %i, vehMod_4 = %i, vehMod_5 = %i, vehMod_6 = %i, vehGun1 = %i, vehGun2 = %i, vehGun3 = %i, vehAmmo1 = %i, vehAmmo2 = %i, vehAmmo3 = %i WHERE vehID = %d"
, vInfo[vehicleid][vehModel], vInfo[vehicleid][vehPlate], vInfo[vehicleid][vehMod][0], vInfo[vehicleid][vehMod][1], vInfo[vehicleid][vehMod][2], vInfo[vehicleid][vehMod][3], vInfo[vehicleid][vehMod][4], vInfo[vehicleid][vehMod][5], \
vInfo[vehicleid][vehID],vInfo[vehicleid][vehGun1],vInfo[vehicleid][vehGun2],vInfo[vehicleid][vehGun3], vInfo[vehicleid][vehAmmo1],vInfo[vehicleid][vehAmmo2],vInfo[vehicleid][vehAmmo3]
);
mysql_tquery(mysql, query, "", "");