SA-MP Forums Archive
ayuda color en un objecto - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: EspaƱol/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: ayuda color en un objecto (/showthread.php?tid=538805)



ayuda color en un objecto - capottematias - 24.09.2014

hola me pueden ayudar con esto quiero ponerlo en negro pongo el codigo de color como dice wiki pero me queda en transparente

aqui dejo el codigo

Quote:

new object;
objecto = CreateDynamicObject(8661, 1152.53723, -2087.92334, -37.27034, 0.00000, 90.00000, -90.00000);
CreateDynamicObject(8661, 1152.53723, -2087.92334, 42.33425, 0.00000, 90.00000, -90.00000);
CreateDynamicObject(8661, 1152.53723, -2087.92334, 2.50363, 0.00000, 90.00000, -90.00000);
SetObjectMaterial(object, 0, 19341, "egg_texts", "easter_egg01", 0xFFFFFFFF);
SetObjectMaterial(object+1, 0, 18646, "matcolours", "black", 0);
SetObjectMaterial(object+2, 0, 18646, "matcolours", "black", 0);




Respuesta: ayuda color en un objecto - OTACON - 24.09.2014

el color debe ser ARGB. --> https://sampforum.blast.hk/showthread.php?tid=427756