Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. //Global Textdraws:
  2.  
  3. new Text:kurac0;
  4. new Text:kurac1;
  5. new Text:kurac2;
  6. new Text:kurac3;
  7. new Text:kurac4;
  8. new Text:kurac5;
  9. new Text:kurac6;
  10. new Text:kurac7;
  11.  
  12.  
  13. kurac0 = TextDrawCreate(504.000000, 3.937500, "U~w~~h~RBAN");
  14. TextDrawLetterSize(kurac0, 0.449999, 1.600000);
  15. TextDrawAlignment(kurac0, 1);
  16. TextDrawColor(kurac0, -16776961);
  17. TextDrawSetShadow(kurac0, 0);
  18. TextDrawSetOutline(kurac0, 1);
  19. TextDrawBackgroundColor(kurac0, 51);
  20. TextDrawFont(kurac0, 2);
  21. TextDrawSetProportional(kurac0, 1);
  22.  
  23. kurac1 = TextDrawCreate(543.000000, 14.562500, "G~w~~h~AMING");
  24. TextDrawLetterSize(kurac1, 0.350499, 1.529999);
  25. TextDrawAlignment(kurac1, 1);
  26. TextDrawColor(kurac1, -16776961);
  27. TextDrawSetShadow(kurac1, 0);
  28. TextDrawSetOutline(kurac1, 1);
  29. TextDrawBackgroundColor(kurac1, 51);
  30. TextDrawFont(kurac1, 2);
  31. TextDrawSetProportional(kurac1, 1);
  32.  
  33. kurac2 = TextDrawCreate(546.500000, 29.312500, "urban-~w~~h~roleplay.ga");
  34. TextDrawLetterSize(kurac2, 0.157998, 0.935000);
  35. TextDrawAlignment(kurac2, 1);
  36. TextDrawColor(kurac2, -16776961);
  37. TextDrawSetShadow(kurac2, 0);
  38. TextDrawSetOutline(kurac2, 1);
  39. TextDrawBackgroundColor(kurac2, 51);
  40. TextDrawFont(kurac2, 2);
  41. TextDrawSetProportional(kurac2, 1);
  42.  
  43. kurac3 = TextDrawCreate(489.500000, 2.625000, "]");
  44. TextDrawLetterSize(kurac3, 0.343499, 1.201874);
  45. TextDrawAlignment(kurac3, 1);
  46. TextDrawColor(kurac3, -1);
  47. TextDrawSetShadow(kurac3, 0);
  48. TextDrawSetOutline(kurac3, 1);
  49. TextDrawBackgroundColor(kurac3, 51);
  50. TextDrawFont(kurac3, 2);
  51. TextDrawSetProportional(kurac3, 1);
  52.  
  53. kurac4 = TextDrawCreate(484.500000, 12.812500, "]");
  54. TextDrawLetterSize(kurac4, 0.284500, 0.970000);
  55. TextDrawAlignment(kurac4, 1);
  56. TextDrawColor(kurac4, -16776961);
  57. TextDrawSetShadow(kurac4, 0);
  58. TextDrawSetOutline(kurac4, 1);
  59. TextDrawBackgroundColor(kurac4, 51);
  60. TextDrawFont(kurac4, 2);
  61. TextDrawSetProportional(kurac4, 1);
  62.  
  63. kurac5 = TextDrawCreate(491.000000, 21.250000, "]");
  64. TextDrawLetterSize(kurac5, 0.277498, 0.777499);
  65. TextDrawAlignment(kurac5, 1);
  66. TextDrawColor(kurac5, -1);
  67. TextDrawSetShadow(kurac5, 0);
  68. TextDrawSetOutline(kurac5, 1);
  69. TextDrawBackgroundColor(kurac5, 51);
  70. TextDrawFont(kurac5, 2);
  71. TextDrawSetProportional(kurac5, 1);
  72.  
  73. kurac6 = TextDrawCreate(536.000000, 28.437500, "-");
  74. TextDrawLetterSize(kurac6, 6.235501, 0.138750);
  75. TextDrawAlignment(kurac6, 1);
  76. TextDrawColor(kurac6, -1);
  77. TextDrawSetShadow(kurac6, 0);
  78. TextDrawSetOutline(kurac6, 1);
  79. TextDrawBackgroundColor(kurac6, 51);
  80. TextDrawFont(kurac6, 1);
  81. TextDrawSetProportional(kurac6, 1);
  82.  
  83. kurac7 = TextDrawCreate(537.000000, 38.625000, "-");
  84. TextDrawLetterSize(kurac7, 6.235501, 0.138750);
  85. TextDrawAlignment(kurac7, 1);
  86. TextDrawColor(kurac7, -1);
  87. TextDrawSetShadow(kurac7, 0);
  88. TextDrawSetOutline(kurac7, 1);
  89. TextDrawBackgroundColor(kurac7, 51);
  90. TextDrawFont(kurac7, 1);
  91. TextDrawSetProportional(kurac7, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement