Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.65 KB | None | 0 0
  1.     Textdraw0 = TextDrawCreate(520.000000, 5.000000, "Role  Play");
  2.     TextDrawBackgroundColor(Textdraw0, 255);
  3.     TextDrawFont(Textdraw0, 2);
  4.     TextDrawLetterSize(Textdraw0, 0.500000, 2.199999);
  5.     TextDrawColor(Textdraw0, -1);
  6.     TextDrawSetOutline(Textdraw0, 0);
  7.     TextDrawSetProportional(Textdraw0, 1);
  8.     TextDrawSetShadow(Textdraw0, 1);
  9.  
  10.     Textdraw1 = TextDrawCreate(569.000000, 0.000000, "3");
  11.     TextDrawBackgroundColor(Textdraw1, 255);
  12.     TextDrawFont(Textdraw1, 2);
  13.     TextDrawLetterSize(Textdraw1, 0.620000, 3.000000);
  14.     TextDrawColor(Textdraw1, 16777215);
  15.     TextDrawSetOutline(Textdraw1, 0);
  16.     TextDrawSetProportional(Textdraw1, 1);
  17.     TextDrawSetShadow(Textdraw1, 1);
Add Comment
Please, Sign In to add comment