17.07.2012, 12:59
Hey there,
I have a huge problem, I'm trying to get this object to become green with this green color (0x00FF00FF) but some how it doesn't change it self to green, it becomes purple instead. Any ideas why or how I can fix it?
I've dubble checked the color, and tested other colors some how they doesn't turn out to be the same color as it should be as well.
-Regards,
Tony
I have a huge problem, I'm trying to get this object to become green with this green color (0x00FF00FF) but some how it doesn't change it self to green, it becomes purple instead. Any ideas why or how I can fix it?
I've dubble checked the color, and tested other colors some how they doesn't turn out to be the same color as it should be as well.
pawn Код:
Green[0] = CreateObject(16000, 1401.11, -1374.85, 34.67, 0.00, 0.00, 90.00);
SetObjectMaterialText(Green[0], " ", 3, OBJECT_MATERIAL_SIZE_512x512, " ", 28, 0, 0xFFFFFFFF, 0x00FF00FF, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
Tony