Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. if(RankMe_GetPoints(client) == 1000)
  2. {
  3. ServerCommand("sm_elorank #%d 1", GetClientUserId(client));
  4. }
  5.  
  6. if(RankMe_GetPoints(client) == 1500)
  7. {
  8. ServerCommand("sm_elorank #%d 1", GetClientUserId(client));
  9. }
  10.  
  11. if(RankMe_GetPoints(client) == 2000)
  12. {
  13. ServerCommand("sm_elorank #%d 3", GetClientUserId(client));
  14. }
  15.  
  16. if(RankMe_GetPoints(client) == 3500)
  17. {
  18. ServerCommand("sm_elorank #%d 4", GetClientUserId(client));
  19. }
  20.  
  21. if(RankMe_GetPoints(client) == 4000)
  22. {
  23. ServerCommand("sm_elorank #%d 5", GetClientUserId(client));
  24. }
  25.  
  26. if(RankMe_GetPoints(client) == 4500)
  27. {
  28. ServerCommand("sm_elorank #%d 6", GetClientUserId(client));
  29. }
  30.  
  31. if(RankMe_GetPoints(client) == 5500)
  32. {
  33. ServerCommand("sm_elorank #%d 7", GetClientUserId(client));
  34. }
  35.  
  36. if(RankMe_GetPoints(client) == 6500)
  37. {
  38. ServerCommand("sm_elorank #%d 8", GetClientUserId(client));
  39. }
  40.  
  41. if(RankMe_GetPoints(client) == 7500)
  42. {
  43. ServerCommand("sm_elorank #%d 9", GetClientUserId(client));
  44. }
  45.  
  46. if(RankMe_GetPoints(client) == 8500)
  47. {
  48. ServerCommand("sm_elorank #%d 10", GetClientUserId(client));
  49. }
  50.  
  51. if(RankMe_GetPoints(client) == 10000)
  52. {
  53. ServerCommand("sm_elorank #%d 11", GetClientUserId(client));
  54. }
  55.  
  56. if(RankMe_GetPoints(client) == 11500)
  57. {
  58. ServerCommand("sm_elorank #%d 12", GetClientUserId(client));
  59. }
  60.  
  61. if(RankMe_GetPoints(client) == 13000)
  62. {
  63. ServerCommand("sm_elorank #%d 13", GetClientUserId(client));
  64. }
  65.  
  66. if(RankMe_GetPoints(client) == 14500)
  67. {
  68. ServerCommand("sm_elorank #%d 14", GetClientUserId(client));
  69. }
  70.  
  71. if(RankMe_GetPoints(client) == 16500)
  72. {
  73. ServerCommand("sm_elorank #%d 15", GetClientUserId(client));
  74. }
  75.  
  76. if(RankMe_GetPoints(client) == 18500)
  77. {
  78. ServerCommand("sm_elorank #%d 16", GetClientUserId(client));
  79. }
  80.  
  81. if(RankMe_GetPoints(client) == 23500)
  82. {
  83. ServerCommand("sm_elorank #%d 17", GetClientUserId(client));
  84. }
  85.  
  86. if(RankMe_GetPoints(client) == 27500)
  87. {
  88. ServerCommand("sm_elorank #%d 18", GetClientUserId(client));
  89. }
  90.  
  91. if(RankMe_GetPoints(client) == 30000)
  92. {
  93. ServerCommand("sm_elorank #%d 51", GetClientUserId(client));
  94. }
  95.  
  96. if(RankMe_GetPoints(client) == 33000)
  97. {
  98. ServerCommand("sm_elorank #%d 52", GetClientUserId(client));
  99. }
  100.  
  101. if(RankMe_GetPoints(client) == 36000)
  102. {
  103. ServerCommand("sm_elorank #%d 53", GetClientUserId(client));
  104. }
  105.  
  106. if(RankMe_GetPoints(client) == 39000)
  107. {
  108. ServerCommand("sm_elorank #%d 54", GetClientUserId(client));
  109. }
  110.  
  111. if(RankMe_GetPoints(client) == 42000)
  112. {
  113. ServerCommand("sm_elorank #%d 55", GetClientUserId(client));
  114. }
  115.  
  116. if(RankMe_GetPoints(client) == 45000)
  117. {
  118. ServerCommand("sm_elorank #%d 56", GetClientUserId(client));
  119. }
  120.  
  121. if(RankMe_GetPoints(client) == 49000)
  122. {
  123. ServerCommand("sm_elorank #%d 57", GetClientUserId(client));
  124. }
  125.  
  126. if(RankMe_GetPoints(client) == 53000)
  127. {
  128. ServerCommand("sm_elorank #%d 58", GetClientUserId(client));
  129. }
  130.  
  131. if(RankMe_GetPoints(client) == 57000)
  132. {
  133. ServerCommand("sm_elorank #%d 59", GetClientUserId(client));
  134. }
  135.  
  136. if(RankMe_GetPoints(client) == 61000)
  137. {
  138. ServerCommand("sm_elorank #%d 60", GetClientUserId(client));
  139. }
  140.  
  141. if(RankMe_GetPoints(client) == 65000)
  142. {
  143. ServerCommand("sm_elorank #%d 61", GetClientUserId(client));
  144. }
  145.  
  146. if(RankMe_GetPoints(client) == 69000)
  147. {
  148. ServerCommand("sm_elorank #%d 62", GetClientUserId(client));
  149. }
  150.  
  151. if(RankMe_GetPoints(client) == 74000)
  152. {
  153. ServerCommand("sm_elorank #%d 63", GetClientUserId(client));
  154. }
  155.  
  156. if(RankMe_GetPoints(client) == 79000)
  157. {
  158. ServerCommand("sm_elorank #%d 64", GetClientUserId(client));
  159. }
  160.  
  161. if(RankMe_GetPoints(client) == 84000)
  162. {
  163. ServerCommand("sm_elorank #%d 65", GetClientUserId(client));
  164. }
  165.  
  166. if(RankMe_GetPoints(client) == 89000)
  167. {
  168. ServerCommand("sm_elorank #%d 66", GetClientUserId(client));
  169. }
  170.  
  171. if(RankMe_GetPoints(client) == 94000)
  172. {
  173. ServerCommand("sm_elorank #%d 67", GetClientUserId(client));
  174. }
  175.  
  176. if(RankMe_GetPoints(client) == 100000)
  177. {
  178. ServerCommand("sm_elorank #%d 68", GetClientUserId(client));
  179. }
  180.  
  181. if(RankMe_GetPoints(client) == 105000)
  182. {
  183. ServerCommand("sm_elorank #%d 71", GetClientUserId(client));
  184. }
  185.  
  186. if(RankMe_GetPoints(client) == 110000)
  187. {
  188. ServerCommand("sm_elorank #%d 72", GetClientUserId(client));
  189. }
  190.  
  191. if(RankMe_GetPoints(client) == 115000)
  192. {
  193. ServerCommand("sm_elorank #%d 73", GetClientUserId(client));
  194. }
  195.  
  196. if(RankMe_GetPoints(client) == 120000)
  197. {
  198. ServerCommand("sm_elorank #%d 74", GetClientUserId(client));
  199. }
  200.  
  201. if(RankMe_GetPoints(client) == 125000)
  202. {
  203. ServerCommand("sm_elorank #%d 75", GetClientUserId(client));
  204. }
  205.  
  206. if(RankMe_GetPoints(client) == 130000)
  207. {
  208. ServerCommand("sm_elorank #%d 76", GetClientUserId(client));
  209. }
  210.  
  211. if(RankMe_GetPoints(client) == 136000)
  212. {
  213. ServerCommand("sm_elorank #%d 77", GetClientUserId(client));
  214. }
  215.  
  216. if(RankMe_GetPoints(client) == 142000)
  217. {
  218. ServerCommand("sm_elorank #%d 78", GetClientUserId(client));
  219. }
  220.  
  221. if(RankMe_GetPoints(client) == 148000)
  222. {
  223. ServerCommand("sm_elorank #%d 79", GetClientUserId(client));
  224. }
  225.  
  226. if(RankMe_GetPoints(client) == 154000)
  227. {
  228. ServerCommand("sm_elorank #%d 80", GetClientUserId(client));
  229. }
  230.  
  231. if(RankMe_GetPoints(client) == 160000)
  232. {
  233. ServerCommand("sm_elorank #%d 81", GetClientUserId(client));
  234. }
  235.  
  236. if(RankMe_GetPoints(client) == 167000)
  237. {
  238. ServerCommand("sm_elorank #%d 82", GetClientUserId(client));
  239. }
  240.  
  241. if(RankMe_GetPoints(client) == 174000)
  242. {
  243. ServerCommand("sm_elorank #%d 83", GetClientUserId(client));
  244. }
  245.  
  246. if(RankMe_GetPoints(client) == 181000)
  247. {
  248. ServerCommand("sm_elorank #%d 84", GetClientUserId(client));
  249. }
  250.  
  251. if(RankMe_GetPoints(client) == 190000)
  252. {
  253. ServerCommand("sm_elorank #%d 85", GetClientUserId(client));
  254. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement