Textdraw help.
#1

Hey guys, Just a short question.
How to make your whole screen black with a textdraw? Like a background?

Couldn't find it : (
Reply
#2

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]);

There you go.

Peace....
Reply
#3

Damn nothing happened :O

Btw, Why the [playerid] ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)