How to do this?
#4

Try this:
Код:
new Text: box[MAX_PLAYERS];

box[playerid] = TextDrawCreate(645.000000, 1000.000000,"box"); // chnge this if needed
TextDrawUseBox(box[playerid] , 1);
TextDrawFont(box[playerid] , 3);
TextDrawLetterSize(box[playerid] ,1.400000, 13.000005);
TextDrawBackgroundColor(box[playerid] ,0x000000FF);
TextDrawBoxColor(box[playerid] ,0x000000FF);
TextDrawColor(box[playerid] ,0x000000FF);
TextDrawTextSize(box[playerid] , -50.000000, 0.000000);

TextDrawShowForPlayer(playerid, box[playerid]);

TextDrawDestroy(box[playerid]);
Reply


Messages In This Thread
How to do this? - by Tadas - 17.02.2014, 17:51
Re: How to do this? - by Bingo - 17.02.2014, 17:53
Re: How to do this? - by Tadas - 17.02.2014, 18:07
Re: How to do this? - by SPA - 17.02.2014, 18:29
Re: How to do this? - by Tadas - 18.02.2014, 12:58
AW: How to do this? - by Bingo - 18.02.2014, 13:43

Forum Jump:


Users browsing this thread: