Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. opium = {}
  2. opium.ahshop = {}
  3.  
  4. -- If you want to sell the opium by clicking E on pack, then set it to true.
  5. opium.ahshop.SellOpiumWithoutNpc = false
  6.  
  7. -- Opium values.
  8. opium.ahshop.LowOpiumPrice = 30000
  9. opium.ahshop.mediumOpiumPrice = 67000
  10. opium.ahshop.PremiumOpiumPrice = 125000
  11.  
  12. -- Packer config:
  13. opium.ahshop.PackerColor = Color(33,33,33)
  14. -- How long does it take to pack the opium bottles when you press E on the full packer. (seconds)
  15. opium.ahshop.PackerTime = 2
  16.  
  17. -- Opium npc config:
  18. opium.ahshop.BuyDistance = 200
  19. opium.ahshop.NpcModel = "models/gman_high.mdl"
  20.  
  21. -- Health config:
  22. opium.ahshop.PackerHealth = 250
  23. opium.ahshop.BarrelHealth = 250
  24. opium.ahshop.BottleHealth = 250
  25. opium.ahshop.CodeineHealth = 250
  26. opium.ahshop.PackedHealth = 250
  27. opium.ahshop.PapaverineHealth = 250
  28. opium.ahshop.SulfateHealth = 250
  29. opium.ahshop.GasHealth = 250
  30. opium.ahshop.WaterHealth = 250
  31. opium.ahshop.HeaterHealth = 250
  32.  
  33. -- Heater config:
  34. opium.ahshop.HeaterColor = Color(33,33,33)
  35. opium.ahshop.HeaterSound = "ambient/machines/electric_machine.wav"
  36. opium.ahshop.HeaterCookTime = 60 -- The higher number, more time it will take to cook.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement