firedihm 158 Posted Thursday at 01:48 PM Share Posted Thursday at 01:48 PM I've recently installed 13AG's zone text mod for GTA3, but all strings that have several words in them are drawn with each word starting from new line here's a bit of ode that, I think, is responsible for drawing text: :draw_car_name 03F0: enable_text_draw 1 0340: set_text_draw_color [email protected] [email protected] [email protected] [email protected] 033F: set_text_draw_letter_width_height [email protected] [email protected] 0344: set_text_draw_linewidth 10.0 for_centered_text 0349: text_draw_style = 0 //0342: enable_text_draw_centered 1 0348: enable_text_draw_proportional 1 0346: set_text_draw_background_color 255 255 255 255 //0345: enable_text_draw_background 1 //033E: set_draw_text_position 32.0 40.0 GXT 'PAPER1' Is there a special opcode required or this a GXT issue? Link to post Share on other sites
firedihm 158 Posted Thursday at 02:04 PM Author Share Posted Thursday at 02:04 PM NVM, it's set_text_draw_linewidth I was looking for Link to post Share on other sites