Advertisement
Guest User

dfsfs

a guest
Jun 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. logo[i] = TextDrawCreate(630.600280, 432.569152, "LOGO Cu Nume");
  2. TextDrawLetterSize(logo[i], 0.202399, 1.321244);
  3. TextDrawAlignment(logo[i], 3);
  4. TextDrawColor(logo[i], -1);
  5. TextDrawSetShadow(logo[i], 1);
  6. TextDrawSetOutline(logo[i], 1);
  7. TextDrawBackgroundColor(logo[i], 51);
  8. TextDrawFont(logo[i], 2);
  9. TextDrawSetProportional(logo[i], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement