Quote:
Originally Posted by -Prodigy-
You can use ~n~ to make a new line; Like so:
pawn Code:
format(string, sizeof(string), "Cash: %d~n~Score: %d~n~Health: %.2f~n~Armour: %.2f~n~Ping: %d", ...);
This way you don't have to create 5 textdraws. Only downside is that you can't use custom colors like goldish or grey. Only colors to use can be found here: https://sampwiki.blast.hk/wiki/GameTextStyle
|
Well i didn't notice that. i create TextDraw by using a TextDraw Editor.