Advertisement
Guest User

Untitled

a guest
Jul 4th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. <?php
  2. $map = $_GET["map"];
  3. $map_list = array (
  4.     "gm_construct" => "Construct",
  5.     "gm_flatgrass" => "Flatgrass"
  6. );
  7. print($map_list[$map]);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement