Advertisement
Guest User

Untitled

a guest
Jul 24th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. "Gamemode"
  2. {
  3. "base" "base"
  4. "title" "Prop Hunt"
  5. "maps" "^cs_"
  6. "menusystem" "1"
  7. "workshopid" "135509255"
  8.  
  9. "settings"
  10. {
  11. 1
  12. {
  13. "name" "HUNTER_FIRE_PENALTY"
  14. "text" "Hunter Fire Penality"
  15. "help" "Health points removed from hunters when they shoot"
  16. "type" "numeric"
  17. "default" "5"
  18. }
  19.  
  20.  
  21.  
  22. 2
  23. {
  24. "name" "HUNTER_KILL_BONUS"
  25. "text" "Hunter Kill Bonus"
  26. "help" "How much health to give back to the Hunter after killing a prop"
  27. "type" "numeric"
  28. "default" "20"
  29. }
  30.  
  31.  
  32.  
  33. 3
  34. {
  35. "name" "SWAP_TEAMS_EVERY_ROUND"
  36. "text" "Swap Teams Every Round"
  37. "help" "Determains if players should be team swapped every round"
  38. "type" "checkbox"
  39. "default" "1"
  40. }
  41.  
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement