Advertisement
Guest User

jobgoal

a guest
Jun 14th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. new Text:TDEditor_TD[2];
  2.  
  3. TDEditor_TD[0] = TextDrawCreate(328.601318, 434.837890, "~Y~$500.000.000~w~ / ~g~$1.000.000.000");
  4. TextDrawLetterSize(TDEditor_TD[0], 0.290500, 1.114375);
  5. TextDrawTextSize(TDEditor_TD[0], 0.000000, 199.000000);
  6. TextDrawAlignment(TDEditor_TD[0], 2);
  7. TextDrawColor(TDEditor_TD[0], -1);
  8. TextDrawUseBox(TDEditor_TD[0], 1);
  9. TextDrawBoxColor(TDEditor_TD[0], 109);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 1);
  12. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  13. TextDrawFont(TDEditor_TD[0], 2);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17. TDEditor_TD[1] = TextDrawCreate(327.400207, 420.838104, "JOB GOAL");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.357500, 1.346250);
  19. TextDrawAlignment(TDEditor_TD[1], 2);
  20. TextDrawColor(TDEditor_TD[1], -1);
  21. TextDrawSetShadow(TDEditor_TD[1], 0);
  22. TextDrawSetOutline(TDEditor_TD[1], 1);
  23. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  24. TextDrawFont(TDEditor_TD[1], 2);
  25. TextDrawSetProportional(TDEditor_TD[1], 1);
  26. TextDrawSetShadow(TDEditor_TD[1], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement