SA-MP Forums Archive
Text in Object [MAP] - 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: Text in Object [MAP] (/showthread.php?tid=557984)



Text in Object [MAP] - xFysh - 15.01.2015

Hello guys, today I tried to enter a text in an object (a picture) but I can not see the text, why? This is my code of SetDynamicObjectMaterialText :

PS: text1 and 2 are set with a new text1 and new text2.

Код:
SetDynamicObjectMaterialText(text1, 0, "Uomo", OBJECT_MATERIAL_SIZE_256x128, "Arial", 30, 1, 0x0080FF, 0x00000000, 0);

SetDynamicObjectMaterialText(text2, 0, "Donna", OBJECT_MATERIAL_SIZE_256x128, "Arial", 30, 1, 0xF5A9E1, 0x00000000, 0);