21.07.2012, 03:58
Ok there's this building and i wanna write in HUGE letters LOUNGE how do i do it?
//On GameModeInit
new Text = CreateObject(InvisibleObjectIDHere, PosX, PosY, PosZ, RotX, RotZ, Distance);
SetObjectMaterialText(Text, "Test_Text", 0, OBJECT_MATERIAL_SIZE_256x128,\
"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);