Advertisement
DubStepMad

virtshop

Apr 11th, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. /*
  2. File: fn_virt_shops.sqf
  3.  
  4.  
  5. Description:
  6. Config for virtual shops.
  7. */
  8. private["_shop"];
  9. _shop = _this select 0;
  10.  
  11. switch (_shop) do
  12. {
  13. case "phones": {["Gadgets",["nos"]]};
  14. case "market": {["Market",["medkit","condom","bandage","water","tierope","bec","cigarette","rabbit","apple","redgull","tbacon","lockpick","fuelF","peach","boltcutter","storagesmall","storagebig"]]};
  15. case "drinks": {["Drinks",["cigarette","zoobeer","zoobeer2","vodka","jagerbomb","absinthe","redwine","whiterussian","sexonthebeach","tequila","jackdanielsandcoke","Rax's Rum","water","redgull"]]};
  16. case "rebel": {["Rebel Market",["tierope","bandage","water","rabbit","apple","redgull","tbacon","lockpick","pickaxe","fuelF","peach","boltcutter","blastingcharge","hackingtool"]]};
  17. case "gang": {["Gang Market", ["bandage","water","rabbit","apple","redgull","tbacon","lockpick","pickaxe","fuelF","peach","blastingcharge","boltcutter"]]};
  18. case "wongs": {["Wong's Food Cart",["turtlesoup","turtle"]]};
  19. case "coffee": {["Stratis Coffee Club",["coffee","donuts"]]};
  20. case "heroin": {["Drug Dealer",["marijuana","cokep","cokeu","methp","methu","MDMAp","MDMAu"]]};
  21. case "gems": {["Gem Dealer",["sapphire","ruby","emerald"]]};
  22. case "oil": {["Oil Trader",["oilp","pickaxe","fuelF"]]};
  23. case "fishmarket": {["Fish Market",["salema","ornate","mackerel","mullet","tuna","catshark"]]};
  24. case "farmingmarket": {["Market",["wheat","sunflower","corn","bean","cotton","olive","opium","cannabis","pumpkin"]]};
  25. case "glass": {["Glass Dealer",["glass"]]};
  26. case "iron": {["Industrial Trader",["iron_r","copper_r"]]};
  27. case "diamond": {["Diamond Dealer",["weddingring","diamond","diamondc"]]};
  28. case "salt": {["Salt Dealer",["salt_r"]]};
  29. case "cop": {["Cop Item Shop",["medkit","panicbutton","bandage","fuelF","defusekit"]]};
  30. case "donuts": {["Dunkin's Bronuts",["donuts","coffee","water","redgull"]]};
  31. case "cement": {["Cement Dealer",["cement"]]};
  32. case "gold": {["Gold Buyer",["goldbar"]]};
  33. case "ems": {["EMS Item Shop",["airkit","panicbutton","condom","bec","water","rabbit","apple","redgull","tbacon","peach"]]};
  34. case "butcher": {["Bob's Flesh'n Besh",["Raw Meat"]]};
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement