Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. new Text:frplogo_TD[5];
  2.  
  3. frplogo_TD[0] = TextDrawCreate(542.2672, 0.3073, "\"); // пусто
  4. TextDrawLetterSize(frplogo_TD[0], 1.0056, 4.9682);
  5. TextDrawAlignment(frplogo_TD[0], 1);
  6. TextDrawColor(frplogo_TD[0], -5963521);
  7. TextDrawSetOutline(frplogo_TD[0], 1);
  8. TextDrawFont(frplogo_TD[0], 1);
  9. TextDrawSetProportional(frplogo_TD[0], 1);
  10. TextDrawSetShadow(frplogo_TD[0], 0);
  11.  
  12. frplogo_TD[1] = TextDrawCreate(547.1032, 13.0296, "Box"); // пусто
  13. TextDrawLetterSize(frplogo_TD[1], 0.0626, 0.1165);
  14. TextDrawTextSize(frplogo_TD[1], 567.5032, 0.0000);
  15. TextDrawAlignment(frplogo_TD[1], 1);
  16. TextDrawColor(frplogo_TD[1], -5963521);
  17. TextDrawUseBox(frplogo_TD[1], 1);
  18. TextDrawBoxColor(frplogo_TD[1], -5963521);
  19. TextDrawSetOutline(frplogo_TD[1], 1);
  20. TextDrawFont(frplogo_TD[1], 1);
  21. TextDrawSetProportional(frplogo_TD[1], 1);
  22. TextDrawSetShadow(frplogo_TD[1], 0);
  23.  
  24. frplogo_TD[2] = TextDrawCreate(549.9045, 21.9851, "Box"); // пусто
  25. TextDrawLetterSize(frplogo_TD[2], 0.0000, 0.1041);
  26. TextDrawTextSize(frplogo_TD[2], 560.3004, 0.0000);
  27. TextDrawAlignment(frplogo_TD[2], 1);
  28. TextDrawColor(frplogo_TD[2], -1);
  29. TextDrawUseBox(frplogo_TD[2], 1);
  30. TextDrawBoxColor(frplogo_TD[2], -5963521);
  31. TextDrawSetOutline(frplogo_TD[2], 1);
  32. TextDrawBackgroundColor(frplogo_TD[2], 255);
  33. TextDrawFont(frplogo_TD[2], 1);
  34. TextDrawSetProportional(frplogo_TD[2], 1);
  35. TextDrawSetShadow(frplogo_TD[2], 0);
  36.  
  37. frplogo_TD[3] = TextDrawCreate(571.7351, 11.5888, "RESH_ROLEPLAY"); // пусто
  38. TextDrawLetterSize(frplogo_TD[3], 0.2036, 1.0897);
  39. TextDrawAlignment(frplogo_TD[3], 1);
  40. TextDrawColor(frplogo_TD[3], -5963521);
  41. TextDrawBackgroundColor(frplogo_TD[3], 255);
  42. TextDrawFont(frplogo_TD[3], 2);
  43. TextDrawSetProportional(frplogo_TD[3], 1);
  44. TextDrawSetShadow(frplogo_TD[3], 0);
  45.  
  46. frplogo_TD[4] = TextDrawCreate(571.5329, 18.8703, "FRESH-RP.RU"); // пусто
  47. TextDrawLetterSize(frplogo_TD[4], 0.1906, 1.0236);
  48. TextDrawAlignment(frplogo_TD[4], 1);
  49. TextDrawColor(frplogo_TD[4], -859260417);
  50. TextDrawBackgroundColor(frplogo_TD[4], 255);
  51. TextDrawFont(frplogo_TD[4], 2);
  52. TextDrawSetProportional(frplogo_TD[4], 1);
  53. TextDrawSetShadow(frplogo_TD[4], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement