30.03.2012, 18:57
yes that didnt work with a PlayerTextDraw using PlayerTextDrawSetString
let me try on a global one.
thxs
edit: to the above post,
I can but if i want to have 2 colors in one td then this wont slove my problem ,
like i want it to be
Health: 100
reedit:
okay that did not work this is what I have
and it is showing the hex code in the textdraw that is displayed on screen.
let me try on a global one.
thxs
edit: to the above post,
I can but if i want to have 2 colors in one td then this wont slove my problem ,
like i want it to be
Health: 100
reedit:
okay that did not work this is what I have
pawn Код:
PlayerStatsTD = TextDrawCreate(10 + 100,125.0,"{00FFFF}S{FFFFFF}t{FF00FF}a{00FFFF}t{FFFFFF}s");
TextDrawAlignment(PlayerStatsTD,2);
TextDrawTextSize(PlayerStatsTD,200.0, 200);
TextDrawSetOutline(PlayerStatsTD,1);
TextDrawUseBox(PlayerStatsTD,1);
TextDrawFont(PlayerStatsTD,1);
TextDrawSetShadow(PlayerStatsTD,0);
TextDrawBackgroundColor(PlayerStatsTD,0x000000FF);
TextDrawBoxColor(PlayerStatsTD,0x00000066);
TextDrawColor(PlayerStatsTD,0xFFFF00FF);