Advertisement
Guest User

Logotip

a guest
Feb 20th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. new URL[5];
  2.  
  3. URL[0] = TextDrawCreate(636.666687, 3.159255, "usebox");
  4. TextDrawLetterSize(URL[0], 0.000000, 3.764814);
  5. TextDrawTextSize(URL[0], 543.666931, 0.000000);
  6. TextDrawAlignment(URL[0], 1);
  7. TextDrawColor(URL[0], 0);
  8. TextDrawUseBox(URL[0], true);
  9. TextDrawBoxColor(URL[0], 9211135);
  10. TextDrawSetShadow(URL[0], 0);
  11. TextDrawSetOutline(URL[0], 0);
  12. TextDrawFont(URL[0], 1);
  13.  
  14. URL[1] = TextDrawCreate(635.000000, 5.648148, "usebox");
  15. TextDrawLetterSize(URL[1], 0.000000, 3.198971);
  16. TextDrawTextSize(URL[1], 545.666625, 0.000000);
  17. TextDrawAlignment(URL[1], 1);
  18. TextDrawColor(URL[1], 0);
  19. TextDrawUseBox(URL[1], true);
  20. TextDrawBoxColor(URL[1], 160);
  21. TextDrawSetShadow(URL[1], 0);
  22. TextDrawSetOutline(URL[1], 0);
  23. TextDrawFont(URL[1], 0);
  24.  
  25. URL[2] = TextDrawCreate(590.666503, 3.733345, "name role play");
  26. TextDrawLetterSize(URL[2], 0.187999, 1.525333);
  27. TextDrawAlignment(URL[2], 2);
  28. TextDrawColor(URL[2], 9211135);
  29. TextDrawSetShadow(URL[2], 0);
  30. TextDrawSetOutline(URL[2], 0);
  31. TextDrawBackgroundColor(URL[2], 51);
  32. TextDrawFont(URL[2], 2);
  33. TextDrawSetProportional(URL[2], 1);
  34.  
  35. URL[3] = TextDrawCreate(631.666503, 20.581481, "usebox");
  36. TextDrawLetterSize(URL[3], 0.000000, -0.219547);
  37. TextDrawTextSize(URL[3], 548.999816, 0.000000);
  38. TextDrawAlignment(URL[3], 1);
  39. TextDrawColor(URL[3], 0);
  40. TextDrawUseBox(URL[3], true);
  41. TextDrawBoxColor(URL[3], 9211135);
  42. TextDrawSetShadow(URL[3], 0);
  43. TextDrawSetOutline(URL[3], 0);
  44. TextDrawFont(URL[3], 0);
  45.  
  46. URL[4] = TextDrawCreate(590.333312, 20.081493, "server one");
  47. TextDrawLetterSize(URL[4], 0.187999, 1.525333);
  48. TextDrawAlignment(URL[4], 2);
  49. TextDrawColor(URL[4], 9211135);
  50. TextDrawSetShadow(URL[4], 0);
  51. TextDrawSetOutline(URL[4], 0);
  52. TextDrawBackgroundColor(URL[4], 51);
  53. TextDrawFont(URL[4], 2);
  54. TextDrawSetProportional(URL[4], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement