19.08.2014, 23:17
http://gyazo.com/1fb60a43ade0857630fe00c428f07afc
I tried to change the color of these floors to blue, blue, blue and red, but only one of them showed up blue, and the rest are transparent.... dunno what I'm doing wrong here, or if it's a bug.
I tried to change the color of these floors to blue, blue, blue and red, but only one of them showed up blue, and the rest are transparent.... dunno what I'm doing wrong here, or if it's a bug.
pawn Код:
new floor1 = CreateObject(19379, 1452.44470, -87.64349, 472.87067, 0.20000, 90.00000, 0.00000);
new floor2 = CreateObject(19379, 1452.42932, -97.25662, 472.83734, 0.20000, 90.00000, 0.00000);
new floor3 = CreateObject(19379, 1462.93970, -87.66008, 472.87579, 0.20000, 90.00000, 0.00000);
new floor4 = CreateObject(19379, 1462.92834, -97.16496, 472.84222, 0.20000, 90.00000, 0.00000);
SetObjectMaterial(floor1, 0, -1, "none", "none", 0x00D2F2FF);
SetObjectMaterial(floor2, 0, -1, "none", "none", 0xF70202FF);
SetObjectMaterial(floor3, 0, -1, "none", "none", 0x00D2F2FF);
SetObjectMaterial(floor4, 0, -1, "none", "none", 0x00D2F2FF);