Advertisement
Pampour

prop_hunt.txt

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