Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
1,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. -----------------------
  2. -------- SHOPS --------
  3.  
  4. Flacons = {
  5. Pos = { x = -2955.242, y = 385.897, z = 14.041 },
  6. Size = { x = 1.6, y = 1.6, z = 1.0 },
  7. Color = { r = 238, g = 0, b = 0 },
  8. Type = 23,
  9. Items = {
  10. { name = 'jager', label = _U('jager'), price = 3 },
  11. { name = 'vodka', label = _U('vodka'), price = 4 },
  12. { name = 'rhum', label = _U('rhum'), price = 2 },
  13. { name = 'whisky', label = _U('whisky'), price = 7 },
  14. { name = 'tequila', label = _U('tequila'), price = 2 },
  15. { name = 'martini', label = _U('martini'), price = 5 }
  16. },
  17. },
  18.  
  19. NoAlcool = {
  20. Pos = { x = 178.028, y = 307.467, z = 104.392 },
  21. Size = { x = 1.6, y = 1.6, z = 1.0 },
  22. Color = { r = 238, g = 110, b = 0 },
  23. Type = 23,
  24. Items = {
  25. { name = 'soda', label = _U('soda'), price = 4 },
  26. { name = 'jusfruit', label = _U('jusfruit'), price = 3 },
  27. { name = 'icetea', label = _U('icetea'), price = 4 },
  28. { name = 'energy', label = _U('energy'), price = 7 },
  29. { name = 'drpepper', label = _U('drpepper'), price = 2 },
  30. { name = 'limonade', label = _U('limonade'), price = 1 }
  31. },
  32. },
  33.  
  34. Apero = {
  35. Pos = { x = 98.675, y = -1809.498, z = 26.095 },
  36. Size = { x = 1.6, y = 1.6, z = 1.0 },
  37. Color = { r = 142, g = 125, b = 76 },
  38. Type = 23,
  39. Items = {
  40. { name = 'bolcacahuetes', label = _U('bolcacahuetes'), price = 7 },
  41. { name = 'bolnoixcajou', label = _U('bolnoixcajou'), price = 10 },
  42. { name = 'bolpistache', label = _U('bolpistache'), price = 15 },
  43. { name = 'bolchips', label = _U('bolchips'), price = 5 },
  44. { name = 'saucisson', label = _U('saucisson'), price = 25 },
  45. { name = 'grapperaisin', label = _U('grapperaisin'), price = 15 }
  46. },
  47. },
  48.  
  49. Ice = {
  50. Pos = { x = 26.979, y = -1343.457, z = 28.517 },
  51. Size = { x = 1.6, y = 1.6, z = 1.0 },
  52. Color = { r = 255, g = 255, b = 255 },
  53. Type = 23,
  54. Items = {
  55. { name = 'ice', label = _U('ice'), price = 1 },
  56. { name = 'menthe', label = _U('menthe'), price = 2 }
  57. },
  58. },
  59.  
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement