Guest User

Untitled

a guest
Jun 13th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. if(PlayerInfo[playerid][pVipRank] == 1) {
  2. {
  3. new Text3D:label = Create3DTextLabel("VIP", 0x9ACD32AA,30.0,40.0,-30.0,20.0,-1,0);
  4. Attach3DTextLabelToPlayer(label, playerid, 0,0,0.3);
  5. }
  6. }
  7. if(PlayerInfo[playerid][pVipRank] == 2) {
  8. {
  9. new Text3D:label = Create3DTextLabel("VIP", 0xAA3333AA,30.0,40.0,-30.0,20.0,-1,0);
  10. Attach3DTextLabelToPlayer(label, playerid, 0,0,0.3);
  11. }
  12. }
  13. if(PlayerInfo[playerid][pAdmin] == 1) {
  14. {
  15. new Text3D:labeledanadmin = Create3DTextLabel("[ ADMINISTRATOR 1 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  16. Attach3DTextLabelToPlayer(labeledanadmin, playerid, 0,0,0.3);
  17. }
  18. }
  19. if(PlayerInfo[playerid][pAdmin] == 2) {
  20. {
  21. new Text3D:labeldvaadmin = Create3DTextLabel("[ ADMINISTRATOR 2 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  22. Attach3DTextLabelToPlayer(labeldvaadmin, playerid, 0,0,0.3);
  23. }
  24. }
  25. if(PlayerInfo[playerid][pAdmin] == 3) {
  26. {
  27. new Text3D:labeltriadmin = Create3DTextLabel("[ ADMINISTRATOR 3 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  28. Attach3DTextLabelToPlayer(labeltriadmin, playerid, 0,0,0.3);
  29. }
  30. }
  31. if(PlayerInfo[playerid][pAdmin] == 4) {
  32. {
  33. new Text3D:labelcetiriadmin = Create3DTextLabel("[ ADMINISTRATOR 4 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  34. Attach3DTextLabelToPlayer(labelcetiriadmin, playerid, 0,0,0.3);
  35. }
  36. }
  37. if(PlayerInfo[playerid][pAdmin] == 5) {
  38. {
  39. new Text3D:labelpetadmin = Create3DTextLabel("[ LEADER MANAGER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
  40. Attach3DTextLabelToPlayer(labelpetadmin, playerid, 0,0,0.3);
  41. }
  42. }
  43. if(PlayerInfo[playerid][pAdmin] == 1336) {
  44. {
  45. new Text3D:labelsestadmin = Create3DTextLabel("[ SUPPORT ADMIN ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
  46. Attach3DTextLabelToPlayer(labelsestadmin, playerid, 0,0,0.3);
  47. }
  48. }
  49. if(PlayerInfo[playerid][pAdmin] == 1337) {
  50. {
  51. new Text3D:labelsedamadmin = Create3DTextLabel("[ Z.HEAD ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
  52. Attach3DTextLabelToPlayer(labelsedamadmin, playerid, 0,0,0.3);
  53. }
  54. }
  55. if(PlayerInfo[playerid][pAdmin] == 1338) {
  56. {
  57. new Text3D:labelosamadmin = Create3DTextLabel("[ MAINTAINER ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
  58. Attach3DTextLabelToPlayer(labelosamadmin, playerid, 0,0,0.3);
  59. }
  60. }
  61. if(PlayerInfo[playerid][pAdmin] == 1339) {
  62. {
  63. new Text3D:labeldevetadmin = Create3DTextLabel("[ GAMEMASTER MANAGER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
  64. Attach3DTextLabelToPlayer(labeldevetadmin, playerid, 0,0,0.3);
  65. }
  66. }
  67. if(PlayerInfo[playerid][pAdmin] == 1340) {
  68. {
  69. new Text3D:labelmapperadmin = Create3DTextLabel("[ SERVER MAPPER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
  70. Attach3DTextLabelToPlayer(labelmapperadmin, playerid, 0,0,0.3);
  71. }
  72. }
  73. if(PlayerInfo[playerid][pAdmin] == 1341) {
  74. {
  75. new Text3D:labelskripteradmin = Create3DTextLabel("[ SERVER DEVELOPER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
  76. Attach3DTextLabelToPlayer(labelskripteradmin, playerid, 0,0,0.3);
  77. }
  78. }
  79. if(PlayerInfo[playerid][pAdmin] == 1342) {
  80. {
  81. new Text3D:labelvlasnikadmin = Create3DTextLabel("[ SERVER FOUNDER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
  82. Attach3DTextLabelToPlayer(labelvlasnikadmin, playerid, 0,0,0.3);
  83. }
  84. }
  85. if(PlayerInfo[playerid][pGameMaster] == 1) {
  86. {
  87. new Text3D:labelgmedan = Create3DTextLabel("[ GAMEMASTER 1 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  88. Attach3DTextLabelToPlayer(labelgmedan, playerid, 0,0,0.3);
  89. }
  90. }
  91. if(PlayerInfo[playerid][pGameMaster] == 2) {
  92. {
  93. new Text3D:labelgmdva = Create3DTextLabel("[ GAMEMASTER 2 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  94. Attach3DTextLabelToPlayer(labelgmdva, playerid, 0,0,0.3);
  95. }
  96. }
  97. if(PlayerInfo[playerid][pGameMaster] == 3) {
  98. {
  99. new Text3D:labelgmtri = Create3DTextLabel("[ GAMEMASTER 3 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
  100. Attach3DTextLabelToPlayer(labelgmtri, playerid, 0,0,0.3);
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment