Guest User

Untitled

a guest
Mar 11th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ForumURL = TextDrawCreate(507.000000, 427.000000, "flaken-gaming.boards.net");
  2. TextDrawBackgroundColor(ForumURL, 255);
  3. TextDrawFont(ForumURL, 2);
  4. TextDrawLetterSize(ForumURL, 0.280000, 1.399999);
  5. TextDrawColor(ForumURL, 3394815);
  6. TextDrawSetOutline(ForumURL, 1);
  7. TextDrawSetProportional(ForumURL, 1);
  8.  
  9. CODTDM = TextDrawCreate(707.000000, 627.000000, "<<<< COD TDM >>>>");
  10. TextDrawBackgroundColor(CODTDM, 255);
  11. TextDrawFont(CODTDM, 5);
  12. TextDrawLetterSize(CODTDM, 0.480000, 3.399999);
  13. TextDrawColor(CODTDM, 3394900);
  14. TextDrawSetOutline(CODTDM, 2);
  15. TextDrawSetProportional(CODTDM, 2);
Advertisement
Add Comment
Please, Sign In to add comment