Advertisement
Guest User

Untitled

a guest
Feb 1st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. else if(dialogid == DIALOG_BOJATD)
  2. {
  3. if(!response)
  4. {
  5. //SCM(playerid, -1, ""SVIJETLOZUTA"blabla");
  6. return 1;
  7. }
  8. switch(listitem)
  9. {
  10. case 0:
  11. {
  12. SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Crveno");
  13. TextDrawColor(TDEditor_TD[17], -16776961);
  14. TextDrawColor(TDEditor_TD[18], -16776961);
  15. TextDrawColor(TDEditor_TD[19], -16776961);
  16. TextDrawColor(TDEditor_TD[20], -16776961);
  17. TextDrawColor(TDEditor_TD[21], -16776961);
  18. TextDrawColor(TDEditor_TD[22], -16776961);
  19. TextDrawColor(TDEditor_TD[23], -16776961);
  20. TextDrawColor(TDEditor_TD[24], -16776961);
  21. TextDrawColor(TDEditor_TD[25], -16776961);
  22. TextDrawColor(TDEditor_TD[26], -16776961);
  23. TextDrawColor(TDEditor_TD[27], -16776961);
  24. TextDrawColor(TDEditor_TD[28], -16776961);
  25. TextDrawColor(TDEditor_TD[29], -16776961);
  26. TextDrawColor(TDEditor_TD[30], -16776961);
  27. TextDrawColor(TDEditor_TD[31], -16776961);
  28. TextDrawColor(TDEditor_TD[32], -16776961);
  29. TextDrawColor(TDEditor_TD[33], -16776961);
  30. // ShowPlayerDialog(playerid,DIALOG_BOJATD,DIALOG_STYLE_LIST,""ZELENA"Boja Text"CRVENA"Dra"ZELENA"ws "BELA"| "CRVENA">>>>",""CRVENA"Crvena\n"PLAVA"Plava\n"ZUTA"Zuta\n"BELA"Bela","Izaberi","Izadji");
  31. }
  32. case 1:
  33. {
  34. SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Plavo");
  35. TextDrawColor(TDEditor_TD[17], 1100598527);
  36. TextDrawColor(TDEditor_TD[18], 1100598527);
  37. TextDrawColor(TDEditor_TD[19], 1100598527);
  38. TextDrawColor(TDEditor_TD[20], 1100598527);
  39. TextDrawColor(TDEditor_TD[21], 1100598527);
  40. TextDrawColor(TDEditor_TD[22], 1100598527);
  41. TextDrawColor(TDEditor_TD[23], 1100598527);
  42. TextDrawColor(TDEditor_TD[24], 1100598527);
  43. TextDrawColor(TDEditor_TD[25], 1100598527);
  44. TextDrawColor(TDEditor_TD[26], 1100598527);
  45. TextDrawColor(TDEditor_TD[27], 1100598527);
  46. TextDrawColor(TDEditor_TD[28], 1100598527);
  47. TextDrawColor(TDEditor_TD[29], 1100598527);
  48. TextDrawColor(TDEditor_TD[30], 1100598527);
  49. TextDrawColor(TDEditor_TD[31], 1100598527);
  50. TextDrawColor(TDEditor_TD[32], 1100598527);
  51. TextDrawColor(TDEditor_TD[33], 1100598527);
  52. }
  53. case 2:
  54. {
  55. SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Zuto");
  56. TextDrawColor(TDEditor_TD[17], 1100598527);
  57. TextDrawColor(TDEditor_TD[18], 1100598527);
  58. TextDrawColor(TDEditor_TD[19], 1100598527);
  59. TextDrawColor(TDEditor_TD[20], 1100598527);
  60. TextDrawColor(TDEditor_TD[21], 1100598527);
  61. TextDrawColor(TDEditor_TD[22], 1100598527);
  62. TextDrawColor(TDEditor_TD[23], 1100598527);
  63. TextDrawColor(TDEditor_TD[24], 1100598527);
  64. TextDrawColor(TDEditor_TD[25], 1100598527);
  65. TextDrawColor(TDEditor_TD[26], 1100598527);
  66. TextDrawColor(TDEditor_TD[27], 1100598527);
  67. TextDrawColor(TDEditor_TD[28], 1100598527);
  68. TextDrawColor(TDEditor_TD[29], 1100598527);
  69. TextDrawColor(TDEditor_TD[30], 1100598527);
  70. TextDrawColor(TDEditor_TD[31], 1100598527);
  71. TextDrawColor(TDEditor_TD[32], 1100598527);
  72. TextDrawColor(TDEditor_TD[33], 1100598527);
  73. }
  74. case 3:
  75. {
  76. SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Belo");
  77. TextDrawColor(TDEditor_TD[17], -1);
  78. TextDrawColor(TDEditor_TD[18], -1);
  79. TextDrawColor(TDEditor_TD[19], -1);
  80. TextDrawColor(TDEditor_TD[20], -1);
  81. TextDrawColor(TDEditor_TD[21], -1);
  82. TextDrawColor(TDEditor_TD[22], -1);
  83. TextDrawColor(TDEditor_TD[23], -1);
  84. TextDrawColor(TDEditor_TD[24], -1);
  85. TextDrawColor(TDEditor_TD[25], -1);
  86. TextDrawColor(TDEditor_TD[26], -1);
  87. TextDrawColor(TDEditor_TD[27], -1);
  88. TextDrawColor(TDEditor_TD[28], -1);
  89. TextDrawColor(TDEditor_TD[29], -1);
  90. TextDrawColor(TDEditor_TD[30], -1);
  91. TextDrawColor(TDEditor_TD[31], -1);
  92. TextDrawColor(TDEditor_TD[32], -1);
  93. TextDrawColor(TDEditor_TD[33], -1);
  94. }
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement