Quote:
Originally Posted by djoudjou
It was a box or a sprite ? Because with a box, it's don't work. Please show me your code.
|
By the pics i see its a sprite.
But for me it's not working either if i do 0xFFFFFF00 its still white with no transparency
Quote:
Originally Posted by Undef1ned
PHP код:
TDEditor_TD[0] = TextDrawCreate(265.000000, 155.000000, "LD_SPAC:white");
TextDrawLetterSize(TDEditor_TD[0], 0.000000, 0.000000);
TextDrawTextSize(TDEditor_TD[0], 90.000000, 90.000000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -256);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawSetOutline(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 4);
TextDrawSetProportional(TDEditor_TD[0], 0);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawSetSelectable(TDEditor_TD[0], true);
|
just tested it solid white!