Advertisement
Guest User

AddCustomShipment("Molotov Cocktail", { model = "models/pr

a guest
Nov 15th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. AddCustomShipment("Molotov Cocktail", {
  2. model = "models/props_junk/garbage_glassbottle003a.mdl",
  3. entity = "fire_molotov",
  4. price = 5000,
  5. amount = 10,
  6. seperate = true,
  7. pricesep = 500,
  8. noship = false,
  9. allowed = {TEAM_GUN}
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement