SA-MP Forums Archive
SetObjectMaterialText problem or bug ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetObjectMaterialText problem or bug ? (/showthread.php?tid=336815)



SetObjectMaterialText problem or bug ? - Eloctro - 23.04.2012

Hello ,
I woold like to write on objet with backround white and font black ,but when i use this function i can't see the font .
I just see the backround white .Can you help me ?

Код:
new myobject = CreateObject(19353, objX, objY, Z, 0.0, 0.0, rot - 90.0); //create the object in front of the player
SetObjectMaterialText(myobject, "Information Mairie : Test",0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 11, 0, 0x00000000, 0xFFFFFFFF, OBJECT_MATERIAL_TEXT_ALIGN_LEFT);



Respuesta: SetObjectMaterialText problem or bug ? - [DOG]irinel1996 - 23.04.2012

Take a look to my editor: https://sampforum.blast.hk/showthread.php?tid=336820


Re : SetObjectMaterialText problem or bug ? - Eloctro - 23.04.2012

Ok ,then it is a bug ?


Respuesta: SetObjectMaterialText problem or bug ? - [DOG]irinel1996 - 23.04.2012

Yes I guess, it happened to me too, with other colors.