Advertisement
Guest User

Logo

a guest
May 17th, 2018
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.82 KB | None | 0 0
  1.     //Text: LogoTD[2] ;
  2.    
  3.     LogoTD[0] = TextDrawCreate(539.666992, 430.177947, "NEPHRITE");
  4.     TextDrawLetterSize(LogoTD[0], 0.399333, 1.458963);
  5.     TextDrawAlignment(LogoTD[0], 1);
  6.     TextDrawColor(LogoTD[0], -1);
  7.     TextDrawSetShadow(LogoTD[0], 1);
  8.     TextDrawSetOutline(LogoTD[0], 0);
  9.     TextDrawBackgroundColor(LogoTD[0], 255);
  10.     TextDrawFont(LogoTD[0], 2);
  11.     TextDrawSetProportional(LogoTD[0], 1);
  12.     TextDrawSetShadow(LogoTD[0], 1);
  13.  
  14.     LogoTD[1] = TextDrawCreate(619.000183, 432.252105, "~r~RO");
  15.     TextDrawLetterSize(LogoTD[1], 0.315999, 1.168592);
  16.     TextDrawAlignment(LogoTD[1], 1);
  17.     TextDrawColor(LogoTD[1], -1);
  18.     TextDrawSetShadow(LogoTD[1], 1);
  19.     TextDrawSetOutline(LogoTD[1], 0);
  20.     TextDrawBackgroundColor(LogoTD[1], 255);
  21.     TextDrawFont(LogoTD[1], 2);
  22.     TextDrawSetProportional(LogoTD[1], 1);
  23.     TextDrawSetShadow(LogoTD[1], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement