Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[5];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(548.823425, 4.499971, "United_Nation");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.216000, 1.133333);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  9. TextDrawColor(TDEditor_TD[0], -208454913);
  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(550.676391, 12.083298, "Online_Gaming_Community");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.141647, 0.789166);
  19. TextDrawAlignment(TDEditor_TD[1], 1);
  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], 1);
  25. TextDrawSetProportional(TDEditor_TD[1], 1);
  26. TextDrawSetShadow(TDEditor_TD[1], 0);
  27.  
  28. TDEditor_TD[2] = TextDrawCreate(220.352905, 430.916717, "box");
  29. TextDrawLetterSize(TDEditor_TD[2], 0.000000, 1.294116);
  30. TextDrawTextSize(TDEditor_TD[2], 409.000000, 0.000000);
  31. TextDrawAlignment(TDEditor_TD[2], 1);
  32. TextDrawColor(TDEditor_TD[2], -1);
  33. TextDrawUseBox(TDEditor_TD[2], 1);
  34. TextDrawBoxColor(TDEditor_TD[2], 255);
  35. TextDrawSetShadow(TDEditor_TD[2], 0);
  36. TextDrawSetOutline(TDEditor_TD[2], 0);
  37. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  38. TextDrawFont(TDEditor_TD[2], 1);
  39. TextDrawSetProportional(TDEditor_TD[2], 1);
  40. TextDrawSetShadow(TDEditor_TD[2], 0);
  41.  
  42. TDEditor_TD[3] = TextDrawCreate(221.852996, 432.816833, "box");
  43. TextDrawLetterSize(TDEditor_TD[3], 0.000000, 0.870587);
  44. TextDrawTextSize(TDEditor_TD[3], 407.899993, 0.000000);
  45. TextDrawAlignment(TDEditor_TD[3], 1);
  46. TextDrawColor(TDEditor_TD[3], -1);
  47. TextDrawUseBox(TDEditor_TD[3], 1);
  48. TextDrawBoxColor(TDEditor_TD[3], -208454913);
  49. TextDrawSetShadow(TDEditor_TD[3], 0);
  50. TextDrawSetOutline(TDEditor_TD[3], 0);
  51. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  52. TextDrawFont(TDEditor_TD[3], 1);
  53. TextDrawSetProportional(TDEditor_TD[3], 1);
  54. TextDrawSetShadow(TDEditor_TD[3], 0);
  55.  
  56. TDEditor_TD[4] = TextDrawCreate(316.823516, 433.066741, "Dobrodosli_na_United_Nation_Community");
  57. TextDrawLetterSize(TDEditor_TD[4], 0.134588, 0.759999);
  58. TextDrawAlignment(TDEditor_TD[4], 2);
  59. TextDrawColor(TDEditor_TD[4], -1);
  60. TextDrawSetShadow(TDEditor_TD[4], 0);
  61. TextDrawSetOutline(TDEditor_TD[4], 1);
  62. TextDrawBackgroundColor(TDEditor_TD[4], 255);
  63. TextDrawFont(TDEditor_TD[4], 2);
  64. TextDrawSetProportional(TDEditor_TD[4], 1);
  65. TextDrawSetShadow(TDEditor_TD[4], 0);
  66.  
  67.  
  68.  
  69. //Player TextDraws:
  70.  
  71.  
  72. new PlayerText:TDEditor_PTD[MAX_PLAYERS][2];
  73.  
  74. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 498.370605, 100.083305, "BANKA:_0$");
  75. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.189176, 1.057500);
  76. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
  77. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  78. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  79. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 1);
  80. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
  81. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
  82. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  83. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  84.  
  85. TDEditor_PTD[playerid][1] = CreatePlayerTextDraw(playerid, 498.370605, 111.183135, "ZLATO:_0G");
  86. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][1], 0.189176, 1.057500);
  87. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][1], 1);
  88. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][1], -1);
  89. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
  90. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][1], 1);
  91. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][1], 255);
  92. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][1], 2);
  93. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][1], 1);
  94. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
  95.  
  96.  
  97.  
  98.  
  99. //Total textdraws exported: 7 (5 global textdraws / 2 player textdraws) ~ 15/2/2018 ~ 3:47:4
  100. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement