Textdraw
#1

I just viewed a topic about making textdraws, I just made one by this online app and it doesn't seem to show up right.

pawn Код:
new
  Text:MCRPGTextDraw;
OnGameModeInit
pawn Код:
MCRPGTextDraw = TextDrawCreate(500.0000, 1.8750, "~g~M~w~CRP~r~G");
    TextDrawTextSize(MCRPGTextDraw, 107.5000, 24.3750);
    TextDrawAlignment(MCRPGTextDraw, 2);
    TextDrawFont(MCRPGTextDraw, 3);
OnPlayerConnect
pawn Код:
TextDrawShowForPlayer(playerid,MCRPGTextDraw);
On the site it said:
Right Alignment: TextDrawCreate(500.0000, 140.0000, "Text Goes Here");
All other alignments: TextDrawCreate(500.0000, 1.8750, "Text Goes Here");

I choosed the second one.
This was my box on the site

Results:
Reply
#2

Textdraws take time, just keep editing it until you get it right.

Don't rush, or use crappy lazy programs that don't work.
Reply
#3

Fixed it with an another app. Still thank you for answering at this thread.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)