Advertisement
Guest User

scriptas

a guest
May 13th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. case LEVEL_FIRST:
  2. {
  3. if(PlayerInfo[playerid][Ieskomas] < 1)
  4. {
  5. if(PlayerInfo[playerid][AOD])
  6. {
  7. format(String, sizeof(String), "{7bae39}[SuperVIP] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  8. }
  9. else
  10. {
  11. format(String, sizeof(String), "{ffffff}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  12. }
  13. }
  14. else
  15. {
  16. if(PlayerInfo[playerid][AOD])
  17. {
  18. format(String, sizeof(String), "{7bae39}[SuperVIP] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  19. }
  20. else
  21. {
  22. format(String, sizeof(String), "{AD5BFF}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  23. }
  24. }
  25. }
  26. }
  27. case LEVEL_SECOND:
  28. {
  29. if(PlayerInfo[playerid][Ieskomas] < 1)
  30. {
  31. if(PlayerInfo[playerid][AOD])
  32. {
  33. format(String, sizeof(String), "{7bae39}[Moderatorius] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  34. }
  35. else
  36. {
  37. format(String, sizeof(String), "{ffffff}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  38. }
  39. }
  40. else
  41. {
  42. if(PlayerInfo[playerid][AOD])
  43. {
  44. format(String, sizeof(String), "{7bae39}[Moderatorius] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  45. }
  46. else
  47. {
  48. format(String, sizeof(String), "{AD5BFF}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  49. }
  50. }
  51. }
  52. }
  53. }
  54. case LEVEL_THIRD:
  55. {
  56. if(PlayerInfo[playerid][Ieskomas] < 1)
  57. {
  58. if(PlayerInfo[playerid][AOD])
  59. {
  60. format(String, sizeof(String), "{7bae39}[Administratorius] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  61. }
  62. else
  63. {
  64. format(String, sizeof(String), "{ffffff}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  65. }
  66. }
  67. else
  68. {
  69. if(PlayerInfo[playerid][AOD])
  70. {
  71. format(String, sizeof(String), "{7bae39}[Administratorius] %s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  72. }
  73. else
  74. {
  75. format(String, sizeof(String), "{AD5BFF}%s(%d) : {ffffff}%s", GetPlayerNameEx(playerid), playerid, text);
  76. }
  77. }
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement