13.08.2015, 15:18
Quote:
SetObjectMaterialText requires me to use 0xFFFFFFFF colors.
Give me an example of how to use all your code in SetObjectMaterialText and how should i store the color in the mysql database. Thanks. EDIT: My variable for colors is CarInfo[i][ttColor] |
Store your numbers in a variable (CarInfo[i][ttColor] in your case) and simply store that variable to the database in a int column.