Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [mainconfig]
  2.     # Delay of Advertisement. (0 = OFF)
  3.     ad_delay = 40
  4.    
  5.  
  6. [bombs]
  7. # Insert bombs here in this format.
  8. #   [<bombname>]
  9. #       Friendly Fire
  10. #       ff = <0/1>
  11. #       Bomb Price
  12. #       price = <amount>
  13. #       Radius of Bomb (in feet *I think xD*)
  14. #       radius = <amount>
  15. #       Charge Time
  16. #       How long it takes to bomb to charge up after bought.
  17. #       charge = <time>
  18. #       Charge Click
  19. #       chargeclick = "soundfile"
  20. #       Banned Team
  21. #       Insert banned team here. (2 = T / 3 = CT)
  22. #       bannedteam = <2/3>
  23.     [Small Bomb]
  24.         ff = 0
  25.         price = 10000
  26.         radius = 250
  27.         damage = 63
  28.         charge = 8
  29.         chargeclick = "buttons/weapon_confirm.wav"
  30.         bannedteam = 0
  31.     [Large Bomb]
  32.         ff = 0
  33.         price = 16000
  34.         radius = 400
  35.         damage = 160
  36.         charge = 12
  37.         chargeclick = "buttons/weapon_confirm.wav"
  38.         bannedteam = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement