Advertisement
Guest User

Untitled

a guest
Feb 14th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. $getmap = $_GET['mapname'];
  2. if($getmap == "gm_flatgrass"){
  3. $map = "Flatgrass";
  4. }
  5.  
  6. if($getmap == "cs_assault"){
  7. $map = "CS Assault";
  8. }
  9.  
  10. if($getmap == "cs_compound"){
  11. $map = "CS Compound";
  12. }
  13.  
  14. if($getmap == "cs_evilisland"){
  15. $map = "CS Evil Island";
  16. }
  17.  
  18. if($getmap == "cs_havana"){
  19. $map = "CS Havana";
  20. }
  21.  
  22. if($getmap == "cs_italy"){
  23. $map = "CS Italy";
  24. }
  25.  
  26. if($getmap == "cs_militia"){
  27. $map = "CS Militia";
  28. }
  29.  
  30. if($getmap == "cs_office"){
  31. $map = "CS Office";
  32. }
  33.  
  34. if($getmap == "de_aztec"){
  35. $map = "Aztec";
  36. }
  37.  
  38. if($getmap == "de_dolls_blue"){
  39. $map = "Dolls (blue)";
  40. }
  41.  
  42. if($getmap == "de_dust"){
  43. $map = "Dust";
  44. }
  45.  
  46. if($getmap == "de_dust2"){
  47. $map = "Dust II";
  48. }
  49.  
  50. if($getmap == "de_inferno"){
  51. $map = "Inferno";
  52. }
  53.  
  54. if($getmap == "de_nuke"){
  55. $map = " ";
  56. }
  57.  
  58. if($getmap == "de_piranesi"){
  59. $map = " ";
  60. }
  61.  
  62. if($getmap == "de_port"){
  63. $map = " ";
  64. }
  65.  
  66. if($getmap == "de_prodigy"){
  67. $map = " ";
  68. }
  69.  
  70. if($getmap == "de_school"){
  71. $map = " ";
  72. }
  73.  
  74. if($getmap == "de_thematrix"){
  75. $map = " ";
  76. }
  77.  
  78. if($getmap == "de_tides"){
  79. $map = " ";
  80. }
  81.  
  82. if($getmap == "de_train"){
  83. $map = " ";
  84. }
  85.  
  86. if($getmap == "ttt_67thway_v7_j_l"){
  87. $map = " ";
  88. }
  89.  
  90. if($getmap == "ttt_bb_teenroom_b2"){
  91. $map = " ";
  92. }
  93.  
  94. if($getmap == "ttt_camel_v1"){
  95. $map = " ";
  96. }
  97.  
  98. if($getmap == "ttt_canyon_a3"){
  99. $map = " ";
  100. }
  101.  
  102. if($getmap == "ttt_cluedo_b5_improved1"){
  103. $map = " ";
  104. }
  105.  
  106. if($getmap == "ttt_community_bowling_v5a"){
  107. $map = " ";
  108. }
  109.  
  110. if($getmap == "ttt_community_pool_revamped "){
  111. $map = " ";
  112. }
  113.  
  114. if($getmap == "ttt_concentration_b2"){
  115. $map = " ";
  116. }
  117.  
  118. if($getmap == "ttt_dolls"){
  119. $map = " ";
  120. }
  121.  
  122. if($getmap == "ttt_enclave_b1"){
  123. $map = " ";
  124. }
  125.  
  126. if($getmap == "ttt_fallout"){
  127. $map = " ";
  128. }
  129.  
  130. if($getmap == "ttt_fastfood_a6"){
  131. $map = " ";
  132. }
  133.  
  134. if($getmap == "ttt_foundation_a1"){
  135. $map = " ";
  136. }
  137.  
  138. if($getmap == "ttt_freddy_the_ship_v3"){
  139. $map = " ";
  140. }
  141.  
  142. if($getmap == "ttt_hairyhouse"){
  143. $map = " ";
  144. }
  145.  
  146. if($getmap == "ttt_innocentmotel_v1"){
  147. $map = " ";
  148. }
  149.  
  150. if($getmap == "ttt_killville"){
  151. $map = " ";
  152. }
  153.  
  154. if($getmap == "ttt_mall_a20130122"){
  155. $map = " ";
  156. }
  157.  
  158. if($getmap == "ttt_mcairship"){
  159. $map = " ";
  160. }
  161.  
  162. if($getmap == "ttt_metropolis"){
  163. $map = " ";
  164. }
  165.  
  166. if($getmap == "ttt_minecraft_b5"){
  167. $map = " ";
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement