Help in SetObjectMaterialText (Modifying Textures)

Started by Clucker, January 04, 2017, 09:57

Clucker

I'm having a blurred text ... how to fix this?



Here's my PAWN Code:

new CO1 = CreateObject(3336, -1382.71143, 2226.81665, 52.74769,   0.00000, 0.00000, 108.98981);
SetObjectMaterialText(CO1, "Skyway >>", 3, 20,
"Arial", 6, 1, 0xFFFFFFFF, 0x009900, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);

Sjomp

Maybe increase the text size? 6 is really small I think.
Try 24 that's default.

Edit: I think you should change your meterial size to: OBJECT_MATERIAL_SIZE_256x128

Doc.

Quote from: TiPiRtrolldock

Clucker

Quote from: Sjomp on January 04, 2017, 10:50
Maybe increase the text size? 6 is really small I think.
Try 24 that's default.

Edit: I think you should change your meterial size to: OBJECT_MATERIAL_SIZE_256x128

Thanks Sjomp <3 My Hero  :3  O:-)  C:-)


Clucker

Quote from: DOC on January 04, 2017, 11:03
whats the material index u used?

3 for that object ID 3336 (The road sign i used )