Textdraw Issues, Arranging the textdraw
#1

Hello, I was woundering how to use a textdraw to continuously add a new line.
For example

new TextefaultLine,NewUserInputTEXT;

DefaultLine = TextDrawCreate(455.000000, 170.000000, "REMARKS");
format(NewUserInputTEXT, sizeof(NewUserInputTEXT), "\n%s", input);
TextDrawSetString(Defaultline, NewUserInputTEXT);


output: REMARKS
Hello there
Sad
Fam


the output is what i wanted to see in the textdraw, but when i am trying i am only getting 1 user's input in there, only one input.

please assist.
Reply


Messages In This Thread
Textdraw Issues, Arranging the textdraw - by SlayerHodge - 12.07.2018, 14:33
Re: Textdraw Issues, Arranging the textdraw - by ItsRobinson - 12.07.2018, 18:50
Re: Textdraw Issues, Arranging the textdraw - by SlayerHodge - 19.07.2018, 00:49
Re: Textdraw Issues, Arranging the textdraw - by AzaMx - 20.07.2018, 10:22

Forum Jump:


Users browsing this thread: 3 Guest(s)