Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. к new:
  2. new Logo
  3.  
  4. //
  5.     Logo = TextDrawCreate(564.375000, 6.416664, "ROLEX");
  6.     TextDrawLetterSize(Logo, 0.584374, 1.833333);
  7.     TextDrawAlignment(Logo, 1);
  8.     TextDrawColor(Logo, 1353573375);
  9.     TextDrawUseBox(Logo, true);
  10.     TextDrawBoxColor(Logo, 0);
  11.     TextDrawSetShadow(Logo, 0);
  12.     TextDrawSetOutline(Logo, 1);
  13.     TextDrawBackgroundColor(Logo, 51);
  14.     TextDrawFont(Logo, 3);
  15.     TextDrawSetProportional(Logo, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement