16.09.2018, 21:53
Here's an example to that:
Picture:
https://imgur.com/a/HOJvvzo
PS: I'm not saying you should use the one I made, this is just an example showing you how & when to use ~n~
Код:
//Global TextDraws: new Text:TDEditor_TD[1]; TDEditor_TD[0] = TextDrawCreate(9.824373, 10.916652, "Follow_the_'CJ'_icon~n~on_the_radar_to_get~n~back_to_the_hood."); TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000); TextDrawTextSize(TDEditor_TD[0], 142.000000, 0.000000); TextDrawAlignment(TDEditor_TD[0], 1); TextDrawColor(TDEditor_TD[0], -1061109505); TextDrawUseBox(TDEditor_TD[0], 1); TextDrawBoxColor(TDEditor_TD[0], 255); TextDrawSetShadow(TDEditor_TD[0], 0); TextDrawBackgroundColor(TDEditor_TD[0], 255); TextDrawFont(TDEditor_TD[0], 1); TextDrawSetProportional(TDEditor_TD[0], 1);
https://imgur.com/a/HOJvvzo
PS: I'm not saying you should use the one I made, this is just an example showing you how & when to use ~n~