Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. AddPovarItems("Яйцо 1x", { Price = 5, Ingridient = 'egg', Kolvo = 1, Model = "models/foods/egg.mdl"})
  2. AddPovarItems("Яйцо 2x", { Price = 5, Ingridient = 'egg', Kolvo = 2, Model = "models/foods/egg.mdl"})
  3. AddPovarItems("Яйцо 5x", { Price = 5, Ingridient = 'egg', Kolvo = 5, Model = "models/foods/egg.mdl"})
  4.  
  5. AddPovarItems("Масло 1x", { Price = 5, Ingridient = 'oil', Kolvo = 1, Model = "models/props_junk/GlassBottle01a.mdl"})
  6. AddPovarItems("Масло 2x", { Price = 5, Ingridient = 'oil', Kolvo = 2, Model = "models/props_junk/GlassBottle01a.mdl"})
  7. AddPovarItems("Масло 5x", { Price = 5, Ingridient = 'oil', Kolvo = 5, Model = "models/props_junk/GlassBottle01a.mdl"})
  8.  
  9. AddPovarItems("Яблоко 1x", { Price = 5, Ingridient = 'apple', Kolvo = 1, Model = "models/props/de_inferno/crate_fruit_break_gib2.mdl"})
  10. AddPovarItems("Яблоко 2x", { Price = 5, Ingridient = 'apple', Kolvo = 2, Model = "models/props/de_inferno/crate_fruit_break_gib2.mdl"})
  11. AddPovarItems("Яблоко 5x", { Price = 5, Ingridient = 'apple', Kolvo = 5, Model = "models/props/de_inferno/crate_fruit_break_gib2.mdl"})
  12.  
  13. AddPovarItems("Банан 1x", { Price = 5, Ingridient = 'bananna', Kolvo = 1, Model = "models/props/cs_italy/bananna.mdl"})
  14. AddPovarItems("Банан 2x", { Price = 5, Ingridient = 'bananna', Kolvo = 2, Model = "models/props/cs_italy/bananna.mdl"})
  15. AddPovarItems("Банан 5x", { Price = 5, Ingridient = 'bananna', Kolvo = 5, Model = "models/props/cs_italy/bananna.mdl"})
  16.  
  17. AddPovarItems("Капуста 1x", { Price = 5, Ingridient = 'cabbage', Kolvo = 1, Model = "models/foods/cabbage1.mdl"})
  18. AddPovarItems("Капуста 2x", { Price = 5, Ingridient = 'cabbage', Kolvo = 2, Model = "models/foods/cabbage1.mdl"})
  19. AddPovarItems("Капуста 5x", { Price = 5, Ingridient = 'cabbage', Kolvo = 5, Model = "models/foods/cabbage1.mdl"})
  20.  
  21. AddPovarItems("Цветная капуста 1x", { Price = 5, Ingridient = 'cauliflower', Kolvo = 1, Model = "models/foods/cabbage2.mdl"})
  22. AddPovarItems("Цветная капуста 2x", { Price = 5, Ingridient = 'cauliflower', Kolvo = 2, Model = "models/foods/cabbage2.mdl"})
  23. AddPovarItems("Цветная капуста 5x", { Price = 5, Ingridient = 'cauliflower', Kolvo = 5, Model = "models/foods/cabbage2.mdl"})
  24.  
  25. AddPovarItems("Лимон 1x", { Price = 5, Ingridient = 'lemon', Kolvo = 1, Model = "models/foods/lemon.mdl"})
  26. AddPovarItems("Лимон 2x", { Price = 5, Ingridient = 'lemon', Kolvo = 2, Model = "models/foods/lemon.mdl"})
  27. AddPovarItems("Лимон 5x", { Price = 5, Ingridient = 'lemon', Kolvo = 5, Model = "models/foods/lemon.mdl"})
  28.  
  29. AddPovarItems("Апельсин 1x", { Price = 5, Ingridient = 'orange', Kolvo = 1, Model = "models/props/cs_italy/orange.mdl"})
  30. AddPovarItems("Апельсин 2x", { Price = 5, Ingridient = 'orange', Kolvo = 2, Model = "models/props/cs_italy/orange.mdl"})
  31. AddPovarItems("Апельсин 5x", { Price = 5, Ingridient = 'orange', Kolvo = 5, Model = "models/props/cs_italy/orange.mdl"})
  32.  
  33. AddPovarItems("Картофель 1x", { Price = 5, Ingridient = 'potato', Kolvo = 1, Model = "models/props_phx/misc/potato.mdl"})
  34. AddPovarItems("Картофель 2x", { Price = 5, Ingridient = 'potato', Kolvo = 2, Model = "models/props_phx/misc/potato.mdl"})
  35. AddPovarItems("Картофель 5x", { Price = 5, Ingridient = 'potato', Kolvo = 5, Model = "models/props_phx/misc/potato.mdl"})
  36.  
  37. AddPovarItems("Помидор 1x", { Price = 5, Ingridient = 'tomato', Kolvo = 1, Model = "models/props/cs_italy/orange.mdl"})
  38. AddPovarItems("Помидор 2x", { Price = 5, Ingridient = 'tomato', Kolvo = 2, Model = "models/props/cs_italy/orange.mdl"})
  39. AddPovarItems("Помидор 5x", { Price = 5, Ingridient = 'tomato', Kolvo = 5, Model = "models/props/cs_italy/orange.mdl"})
  40.  
  41. AddPovarItems("Арбуз 1x", { Price = 5, Ingridient = 'watermelon', Kolvo = 1, Model = "models/props_junk/watermelon01.mdl"})
  42. AddPovarItems("Арбуз 2x", { Price = 5, Ingridient = 'watermelon', Kolvo = 2, Model = "models/props_junk/watermelon01.mdl"})
  43. AddPovarItems("Арбуз 5x", { Price = 5, Ingridient = 'watermelon', Kolvo = 5, Model = "models/props_junk/watermelon01.mdl"})
  44.  
  45. AddPovarItems("Вода 1x", { Price = 5, Ingridient = 'water', Kolvo = 1, Model = "models/props/cs_office/Water_bottle.mdl"})
  46. AddPovarItems("Вода 2x", { Price = 5, Ingridient = 'water', Kolvo = 2, Model = "models/props/cs_office/Water_bottle.mdl"})
  47. AddPovarItems("Вода 5x", { Price = 5, Ingridient = 'water', Kolvo = 5, Model = "models/props/cs_office/Water_bottle.mdl"})
  48.  
  49. AddPovarItems("Тост 1x", { Price = 5, Ingridient = 'tost', Kolvo = 1, Model = "models/foods/toast1.mdl"})
  50. AddPovarItems("Тост 2x", { Price = 5, Ingridient = 'tost', Kolvo = 2, Model = "models/foods/toast1.mdl"})
  51. AddPovarItems("Тост 5x", { Price = 5, Ingridient = 'tost', Kolvo = 5, Model = "models/foods/toast1.mdl"})
  52.  
  53. AddPovarItems("Сырое мясо 1x", { Price = 5, Ingridient = 'meat', Kolvo = 1, Model = "models/foods/backbacon.mdl"})
  54. AddPovarItems("Сырое мясо 2x", { Price = 5, Ingridient = 'meat', Kolvo = 2, Model = "models/foods/backbacon.mdl"})
  55. AddPovarItems("Сырое мясо 5x", { Price = 5, Ingridient = 'meat', Kolvo = 5, Model = "models/foods/backbacon.mdl"})
  56.  
  57. AddPovarItems("Соус 1x", { Price = 5, Ingridient = 'sauce', Kolvo = 1, Model = "models/foods/lemoncleaner.mdl"})
  58. AddPovarItems("Соус 2x", { Price = 5, Ingridient = 'sauce', Kolvo = 2, Model = "models/foods/lemoncleaner.mdl"})
  59. AddPovarItems("Соус 5x", { Price = 5, Ingridient = 'sauce', Kolvo = 5, Model = "models/foods/lemoncleaner.mdl"})
  60.  
  61. AddPovarItems("Огурцы 1x", { Price = 5, Ingridient = 'cucumbers', Kolvo = 1, Model = "models/foods/picklejar.mdl"})
  62. AddPovarItems("Огурцы 2x", { Price = 5, Ingridient = 'cucumbers', Kolvo = 2, Model = "models/foods/picklejar.mdl"})
  63. AddPovarItems("Огурцы 5x", { Price = 5, Ingridient = 'cucumbers', Kolvo = 5, Model = "models/foods/picklejar.mdl"})
  64.  
  65. AddPovarItems("Сырая сосиска 1x", { Price = 5, Ingridient = 'sausage', Kolvo = 1, Model = "models/foods/sausage.mdl"})
  66. AddPovarItems("Сырая сосиска 2x", { Price = 5, Ingridient = 'sausage', Kolvo = 2, Model = "models/foods/sausage.mdl"})
  67. AddPovarItems("Сырая сосиска 5x", { Price = 5, Ingridient = 'sausage', Kolvo = 5, Model = "models/foods/sausage.mdl"})
  68.  
  69. AddPovarItems("Тесто 1x", { Price = 5, Ingridient = 'dough', Kolvo = 1, Model = "models/foods/twinkie.mdl"})
  70. AddPovarItems("Тесто 2x", { Price = 5, Ingridient = 'dough', Kolvo = 2, Model = "models/foods/twinkie.mdl"})
  71. AddPovarItems("Тесто 5x", { Price = 5, Ingridient = 'dough', Kolvo = 5, Model = "models/foods/twinkie.mdl"})
  72.  
  73. AddPovarItems("Хлопья 1x", { Price = 5, Ingridient = 'cereals', Kolvo = 1, Model = "models/foods/applejacks.mdl"})
  74. AddPovarItems("Хлопья 2x", { Price = 5, Ingridient = 'cereals', Kolvo = 2, Model = "models/foods/applejacks.mdl"})
  75. AddPovarItems("Хлопья 5x", { Price = 5, Ingridient = 'cereals', Kolvo = 5, Model = "models/foods/applejacks.mdl"})
  76.  
  77. AddPovarItems("Молоко 1x", { Price = 5, Ingridient = 'milk', Kolvo = 1, Model = "models/foods/milk.mdl"})
  78. AddPovarItems("Молоко 2x", { Price = 5, Ingridient = 'milk', Kolvo = 2, Model = "models/foods/milk.mdl"})
  79. AddPovarItems("Молоко 5x", { Price = 5, Ingridient = 'milk', Kolvo = 5, Model = "models/foods/milk.mdl"})
  80.  
  81. AddPovarItems("Основа для пицы 1x", { Price = 5, Ingridient = 'pizzabase', Kolvo = 1, Model = "models/foods/pancakesingle.mdl"})
  82. AddPovarItems("Основа для пицы 2x", { Price = 5, Ingridient = 'pizzabase', Kolvo = 2, Model = "models/foods/pancakesingle.mdl"})
  83. AddPovarItems("Основа для пицы 5x", { Price = 5, Ingridient = 'pizzabase', Kolvo = 5, Model = "models/foods/pancakesingle.mdl"})
  84.  
  85. AddPovarItems("Кур. ножка сырая 1x", { Price = 5, Ingridient = 'rawchickenleg', Kolvo = 1, Model = "models/foods/mcdfriedchickenleg.mdl"})
  86. AddPovarItems("Кур. ножка сырая 2x", { Price = 5, Ingridient = 'rawchickenleg', Kolvo = 2, Model = "models/foods/mcdfriedchickenleg.mdl"})
  87. AddPovarItems("Кур. ножка сырая 5x", { Price = 5, Ingridient = 'rawchickenleg', Kolvo = 5, Model = "models/foods/mcdfriedchickenleg.mdl"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement