31.08.2016, 20:33
I try to color this texture https://textures.xyin.ws/?page=textu...impoolbtm1_128
he is white and I try to make it lightblue I mean this color 0x51AEAEC8
the texture is like this
SetObjectMaterial(CreateObject(...), 0, 8460, "vgseland03_lvs", "swimpoolbtm1_128", 0xFFFFFF);
and I put the color at finale but is invisible not that color,
SetObjectMaterial(CreateObject(...), 0, 8460, "vgseland03_lvs", "swimpoolbtm1_128", 0x51AEAEC;
What can I do?
he is white and I try to make it lightblue I mean this color 0x51AEAEC8
the texture is like this
SetObjectMaterial(CreateObject(...), 0, 8460, "vgseland03_lvs", "swimpoolbtm1_128", 0xFFFFFF);
and I put the color at finale but is invisible not that color,
SetObjectMaterial(CreateObject(...), 0, 8460, "vgseland03_lvs", "swimpoolbtm1_128", 0x51AEAEC;
What can I do?