Advertisement
Guest User

mmm

a guest
Oct 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. *TextDrawSAFASF = TextDrawCreate(507.000000, 1.000000, "NG");
  2. TextDrawBackgroundColor(TextDrawSAFASF, 255);
  3. TextDrawFont(TextDrawSAFASF, 2);
  4. TextDrawLetterSize(TextDrawSAFASF, 0.489998, 2.899998);
  5. TextDrawColor(TextDrawSAFASF, 65535);
  6. TextDrawSetOutline(TextDrawSAFASF, 1);
  7. TextDrawSetProportional(TextDrawSAFASF, 1);
  8.  
  9. TextDrawSfasf = TextDrawCreate(542.000000, 6.000000, "ROLEPLAY");
  10. TextDrawBackgroundColor(TextDrawSfasf, 255);
  11. TextDrawFont(TextDrawSfasf, 2);
  12. TextDrawLetterSize(TextDrawSfasf, 0.299999, 2.299999);
  13. TextDrawColor(TextDrawSfasf, -1);
  14. TextDrawSetOutline(TextDrawSfasf, 0);
  15. TextDrawSetProportional(TextDrawSfasf, 1);
  16. TextDrawSetShadow(TextDrawSfasf, 1);*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement