Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.35 KB | None | 0 0
  1. TDEditor_TD[6][playerid] = TextDrawCreate(226.600021, 308.066864, "LD_SPAC:white");
  2.     TextDrawLetterSize(TDEditor_TD[6][playerid], 0.000000, 0.000000);
  3.     TextDrawTextSize(TDEditor_TD[6][playerid], 92.000000, 18.000000);
  4.     TextDrawAlignment(TDEditor_TD[6][playerid], 1);
  5.     TextDrawColor(TDEditor_TD[6][playerid], 559360255);
  6.     TextDrawSetShadow(TDEditor_TD[6][playerid], 0);
  7.     TextDrawSetOutline(TDEditor_TD[6][playerid], 0);
  8.     TextDrawBackgroundColor(TDEditor_TD[6][playerid], 255);
  9.     TextDrawFont(TDEditor_TD[6][playerid], 4);
  10.     TextDrawSetProportional(TDEditor_TD[6][playerid], 0);
  11.     TextDrawSetShadow(TDEditor_TD[6][playerid], 0);
  12.     TextDrawSetSelectable(TDEditor_TD[6][playerid], 1);
  13.  
  14.     TDEditor_TD[7][playerid] = TextDrawCreate(323.399963, 308.066955, "LD_SPAC:white");
  15.     TextDrawLetterSize(TDEditor_TD[7][playerid], 0.000000, 0.000000);
  16.     TextDrawTextSize(TDEditor_TD[7][playerid], 92.000000, 18.000000);
  17.     TextDrawAlignment(TDEditor_TD[7][playerid], 1);
  18.     TextDrawColor(TDEditor_TD[7][playerid], -15066369);
  19.     TextDrawSetShadow(TDEditor_TD[7][playerid], 0);
  20.     TextDrawSetOutline(TDEditor_TD[7][playerid], 0);
  21.     TextDrawBackgroundColor(TDEditor_TD[7][playerid], 255);
  22.     TextDrawFont(TDEditor_TD[7][playerid], 4);
  23.     TextDrawSetProportional(TDEditor_TD[7][playerid], 0);
  24.     TextDrawSetShadow(TDEditor_TD[7][playerid], 0);
  25.     TextDrawSetSelectable(TDEditor_TD[7][playerid], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement