Singleplayer TextDraws
#1

Hello. I am looking for singleplayer textdraws such as black box in missions. Anyone got any ideas?
Reply
#2

Use textdraw creator and make one yourself.
Reply
#3

Tried, but not good as SA got.
Reply
#4

TextDrawUseBox


I think you want the little message boxes of MM.

At TOP: new Text:Message;

Message = TextDrawCreate(20, 185.0, "Reach the laboratory and place the bombs!"); // 20, 185: The place at screen
TextDrawTextSize(Message, 140.000000, 110.000000);
TextDrawAlignment(Message, 0);
TextDrawFont(Message, 1);
TextDrawLetterSize(Message, 0.4, 1.2); // This is 1x3
TextDrawUseBox(Message, 1);
TextDrawBoxColor(Message, 0x000000FF);
TextDrawColor(Message, 0xFFFFFFFF);
TextDrawSetOutline(Message, 1);
TextDrawSetProportional(Message, 1);
TextDrawSetShadow(Message, 1);


Where you want it to show: TextDrawShowForPlayer(playerid, Message);


This is what you wanted eh?


Jeffry
Reply
#5

Already got that Jeffry :P
Just want to make my system more professional.
Reply
#6

So these are the black boxes. or you ment something else?
Reply
#7

Yeh, anyway thanks.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)