10.03.2013, 13:55
Код:
format(string,sizeof(string),"{FF0000}hello world ",mrand); textdraw1= TextDrawCreate(326, 140,string); TextDrawFont(textdraw1, 1); TextDrawLetterSize(textdraw1, 0.3, 2.1); TextDrawColor(textdraw1, 0xDFDFDFFF); TextDrawSetOutline(textdraw1, 0); TextDrawSetProportional(textdraw1, 1); TextDrawSetShadow(textdraw1, 0); TextDrawShowForPlayer(i, textdraw1);
and how to make a textdraw with many colors in it like
Hello show in green coloro and wolrd in white for example
thx for help