Guest User

Untitled

a guest
Feb 26th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. logo[i] = TextDrawCreate(537.000000, 428.000000, "WWW.PAWN-TEAM.RO");
  2. TextDrawBackgroundColor(logo[i], 255);
  3. TextDrawFont(logo[i], 2);
  4. TextDrawLetterSize(logo[i], 0.240000, 2.100000);
  5. TextDrawColor(logo[i], COLOR_WHITE);
  6. TextDrawSetOutline(logo[i], 1);
  7. TextDrawSetProportional(logo[i], 1);
  8. TextDrawSetSelectable(logo[i], 0);
  9.  
  10. logo1[i] = TextDrawCreate(529.000000, 428.000000, "/");
  11. TextDrawBackgroundColor(logo1[i], 255);
  12. TextDrawFont(logo1[i], 2);
  13. TextDrawLetterSize(logo1[i], 0.240000, 2.100000);
  14. TextDrawColor(logo1[i], COLOR_WHITE);
  15. TextDrawSetOutline(logo1[i], 1);
  16. TextDrawSetProportional(logo1[i], 1);
  17. TextDrawSetSelectable(logo1[i], 0);
Add Comment
Please, Sign In to add comment