[Question] using HEx in textdraw string
#4

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

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);
and it is showing the hex code in the textdraw that is displayed on screen.
Reply


Messages In This Thread
[Help] using HEx in textdraw string - by Jonny5 - 30.03.2012, 18:46
Re: [Question] using HEx in textdraw string - by Twisted_Insane - 30.03.2012, 18:54
Re: [Question] using HEx in textdraw string - by ikey07 - 30.03.2012, 18:57
Re: [Question] using HEx in textdraw string - by Jonny5 - 30.03.2012, 18:57
Re: [Question] using HEx in textdraw string - by T0pAz - 30.03.2012, 19:16
Re: [Question] using HEx in textdraw string - by Jonny5 - 30.03.2012, 19:21
Re: [Question] using HEx in textdraw string - by jotan. - 30.03.2012, 19:29
Re: [Question] using HEx in textdraw string - by Jonny5 - 30.03.2012, 19:39
Re: [Question] using HEx in textdraw string - by MP2 - 30.03.2012, 19:42
Re: [Question] using HEx in textdraw string - by Twisted_Insane - 30.03.2012, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)