Advertisement
Guest User

shop_system / item-system

a guest
Nov 19th, 2019
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 163.81 KB | None | 0 0
  1. --- clothe shop skins
  2. blackMales = { 310, 311, 300, 301, 302, 296, 297, 268, 269, 270, 271, 272, 7, 14, 15, 16, 17, 18, 20, 21, 22, 24, 25, 28, 35, 36, 50, 51, 66, 67, 78, 79, 80, 83, 84, 102, 103, 104, 105, 106, 107, 134, 136, 142, 143, 144, 156, 163, 166, 168, 176, 180, 182, 183, 185, 220, 221, 222, 249, 253, 260, 262 }
  3. whiteMales = {305, 306, 307, 308, 309, 312, 303, 299, 291, 292, 293, 294, 295, 1, 2, 23, 26, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 58, 59, 60, 61, 62, 68, 70, 72, 73, 78, 81, 82, 94, 95, 96, 97, 98, 99, 100, 101, 108, 109, 110, 111, 112, 113, 114, 115, 116, 120, 121, 122, 124, 125, 126, 127, 128, 132, 133, 135, 137, 146, 147, 153, 154, 155, 158, 159, 160, 161, 162, 164, 165, 170, 171, 173, 174, 175, 177, 179, 181, 184, 186, 187, 188, 189, 200, 202, 204, 206, 209, 212, 213, 217, 223, 230, 234, 235, 236, 240, 241, 242, 247, 248, 250, 252, 254, 255, 258, 259, 261, 264, 272 }
  4. asianMales = {290, 49, 57, 58, 59, 60, 117, 118, 120, 121, 122, 123, 170, 186, 187, 203, 210, 227, 228, 229, 294}
  5. blackFemales = {304, 298, 10, 11, 12, 13, 40, 41, 63, 64, 69, 76, 91, 139, 148, 190, 195, 207, 215, 218, 219, 238, 243, 244, 245, 256, 304 }
  6. whiteFemales = {12, 31, 38, 39, 40, 41, 53, 54, 55, 56, 64, 75, 77, 85, 87, 88, 89, 90, 91, 92, 93, 129, 130, 131, 138, 140, 145, 150, 151, 152, 157, 172, 178, 192, 193, 194, 196, 197, 198, 199, 201, 205, 211, 214, 216, 224, 225, 226, 231, 232, 233, 237, 243, 246, 251, 257, 263, 298 }
  7. asianFemales = {38, 53, 54, 55, 56, 88, 141, 169, 178, 224, 225, 226, 263}
  8. local fittingskins = {[0] = {[0] = blackMales, [1] = whiteMales, [2] = asianMales}, [1] = {[0] = blackFemales, [1] = whiteFemales, [2] = asianFemales}}
  9. -- Removed 9 as a black female
  10. -- these are all the skins
  11. skins = { 1, 2, 268, 269, 270, 271, 272, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 178, 179, 180, 181, 182, 183, 184, 185, 186, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 263, 264 }
  12.  
  13. local wheelPrice = 3500
  14. local priceReduce = 2
  15.  
  16. g_shops = {
  17.     { -- 1
  18.         name = "Pārtikas veikals ",
  19.         description = "",
  20.         image = "general.png",
  21.        
  22.         {
  23.             name = "pārtikas preces",
  24.             { name = "Baltmaize", description = "Svaigi cepta baltmaize.", price = 13, itemID = ? },
  25.             { name = "Rupjmaize", description = "Svaigi cepta rupjmaize.", price = 11, itemID = ? },
  26.             { name = "kruasāns", description = "Svaigi cepts kruasāns tikko no krāsns", price = 5, itemID = ? },
  27.             { name = "Tomāti", description = "Svaigi tomāti", price = 4, itemID = ? },
  28.             { name = "Ābols", description = "Svaigs ābols", price = 5, itemID = ? },
  29.             { name = "bumbiers", description = "Svaigs bumbiers", price = 5, itemID = ? },
  30.             { name = "Gurķis", description = "Svaigs Gurķis", price = 5, itemID = ? },
  31.             { name = "burkāns", description = "Svaigs burkāns", price = 3, itemID = ? },
  32.             { name = "vafele", description = "kraukšķīga vafele ar iebiezināto pienu.", price = 7, itemID = 108 },
  33.             { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  34.             { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  35.             { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  36.                },  
  37.         },     
  38.         {
  39.             name = "Bezalkoholiskie dzērieni",
  40.             { name = "Piens", description = "Pasterizēts piens 2.0% tetra pakā.", price = 4, itemID = 309 },
  41.             { name = "Vīnogu sula", description = "Vīnogu sula tetra kastē", price = 7, itemID = 305 },
  42.             { name = "Abolu sula", description = "Abolu sula tetra kastē", price = 8, itemID = 309 },
  43.             { name = "Multiaugļu sula", description = "Multiaugļu sula tetra kastē", price = 9, itemID = 307 },
  44.             { name = "Sprite", description = "Bezkrāsains atspirdzinošs dzēriens. Sprite .", price = 5, itemID = 300 },
  45.             { name = "Fanta", description = "Oranžs atspirdzinošs dzēriens. Fanta .", price = 4, itemID = 301 },
  46.             { name = "Monster enerģijas dzēriens", description = "Enerģiju dodoš Monster enerģijas dzēriens  .", price = 11, itemID = 303 },
  47.             { name = "Coca-Cola", description = "Atspirdzinošs dzēriens. Coca-cola.", price = 4, itemID = 9 },
  48.             { name = "RedBull enerģijas dzēriens", description = "Enerģiju dodoš Redbull enerģijas dzēriens.", price = 14, itemID = 304 },
  49.             },
  50.         {
  51.             name = "Alkoholiskie dzērieni",
  52.             { name = "Absolut Vodka", description = "ja dzīve tev dod tev citronus taisi sulu ,bet neaizmirsti piejauktu vodku.", price = 40, itemID = 40, minimum_age = 18 },
  53.             { name = "Jack Daniels", description = "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", price = 25, itemID = 73, minimum_age = 18 },
  54.             { name = "Jager Master", description = "Ar Jagermasteru tu būsi sava liķiera meistars.", price = 43, itemID = ?, minimum_age = 18 },
  55.             { name = "Hennessy", description = "Nemainījies dzēriens kopš 1765 gada.", price = 89, itemID = ?, minimum_age = 18 },
  56.             { name = "Jim Beam", description = "Paceļam glazītes par to ,kas ir pudelē.", price = 31, itemID = ?, minimum_age = 18 },
  57.             { name = "Henken Alus", description = "Par tām naktīm pavadītām ar draugiem un ģimeni.", price = 10, itemID = ?, minimum_age = 18 },
  58.             { name = "Merlot. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 67, itemID = ?, minimum_age = 18 },
  59.             { name = "Airén. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 90, itemID = ?, minimum_age = 18 },
  60.             { name = "Tempranillo. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 167, itemID = ?, minimum_age = 18 },
  61.             { name = "Chardonnay. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 143, itemID = ?, minimum_age = 18 },
  62.             { name = "Jack Daniels honey", description = "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", price = 76, itemID = ?, minimum_age = 18 },
  63.             { name = "OakHeart", description = "Padarīs visu vakaru leģendāru.", price = 71, itemID = ?, minimum_age = 18 },
  64.             { name = "Louis Roederer Cristal šampanietis", description = "Dzirkstoš alhaholisks dzēriens speciāliem pasākumiem.", price = 76, itemID = ?, minimum_age = 18 },
  65.             { name = "Tsnigtao Alus", description = "izcila alus puedele vienkāršām pasēdēšanām.", price = 11, itemID = ?, minimum_age = 18 },
  66.             { name = "Harkin Alus", description = "izcila alus puedele vienkāršām pasēdēšanām.", price = 11, itemID = ?, minimum_age = 18 },
  67.           -------------------------------------  { name = "Tsingtao alus sešpaka", description = "izcila alus sešpaka visam baram.", price = 43, itemID = ?, minimum_age = 18 },
  68.           -------------------------------------  { name = "Harkin alus sešpaka", description = "izcila alus sešpaka visam baram.", price = 46, itemID = ?, minimum_age = 18 },
  69.           -------------------------------------  { name = "Harkin alus paka", description = "izcila alus paka visam vakaram.", price = 85, itemID = ?, minimum_age = 18 },
  70.           -------------------------------------  { name = "Tsingtao alus sešpaka", description = "izcila alus sešpaka visam vakaram.", price = 83, itemID = ?, minimum_age = 18 },
  71.  
  72.     {
  73.         name = "Cigaretes",
  74.         {name = "Kent cigaretes", description = "Kent cigaretes priekš tavas atkarības apmierināšanas.", price = 8, itemID = 357, itemValue = 20, minimum_age = 18 },
  75.         {name = "LM cigaretes", description = " LM cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 358, itemValue = 20, minimum_age = 18 },
  76.         {name = "Marlboro cigaretes", description = "Marlboro cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 359, itemValue = 20, minimum_age = 18 },
  77.         {name = "Winston cigaretes", description = "Winston cigaretes priekš tavas atkarības apmierināšanas.", price = 9, itemID =360, itemValue = 20, minimum_age = 18 },
  78.         {name = "Chesterfield cigaretes", description = "Chesterfield cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 361, itemValue = 20, minimum_age = 18 },
  79.         {name = "Camel cigaretes", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 362, itemValue = 20, minimum_age = 18 },
  80.         {name = "Parlament cigaretes", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 9, itemID = 362, itemValue = 20, minimum_age = 18 },
  81.         {name = "Kent cigarellas", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 5, itemID = 362, itemValue = 20, minimum_age = 18 },
  82.         {name = "Amigos cigarellas", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 362, itemValue = 20, minimum_age = 18 },
  83.         {name = "Ramon Allones cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  84.         {name = "Plasencia cosecha cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  85.         {name = "Montecristo nicaragua cigārs", description = Camel"Pertfekts cigārs pēc lieliska biznesa darījuma.", price = 1340, itemID = 362, itemValue = 20, minimum_age = 18 },
  86.         {name = "Alec bradley cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 1740, minimum_age = 18 },
  87.  
  88.  
  89.  
  90.            
  91.  
  92.            
  93.  
  94.         },
  95.         {
  96.             name = "Sporta preču veikals",
  97.             { name = "Sporta soma", description = "Liela, cilindriskas formas soma.", price = 150, itemID = 163},
  98.             { name = "Mugursoma", description = "Parasta soma, kura palielina vietu.", price = 120, itemID = 48 },
  99.             { name = "Peldšorti", description = "Sarkanzaļi peldšorti labākai peldēšanai.", price = 56, itemID = 18 },
  100.             { name = "Peldšorti", description = "Zaļi peldšorti labākai peldēšanai.", price = 56, itemID = 45 },
  101.             { name = "Peldšorti", description = "Zili peldšorti labākai peldēšanai.", price = 56, itemID = 154 }, 
  102.             { name = "Bokseru aprīkojuma komplekts", description = "Sarkans bokseru aprīkojums iekļauj cimdus, šortus, kurpes.", price = 93, itemID = 80 },
  103.             { name = "Bokseru aprīkojuma komplekts", description = "Zils bokseru aprīkojums iekļauj cimdus, šortus, kurpes.", price = 93, itemID = 81 },
  104.             { name = "Sieviešu atsevišķais peldkostīms", description = "Pelēks atsevišķais siviešu peldkostīms.", price = 73, itemID = 138 }, 
  105.             { name = "Sieviešu atsevišķais peldkostīms", description = "Dzeltens atsevišķais siviešu peldkostīms.", price = 73, itemID = 139 },
  106.             { name = "Sieviešu atsevišķais peldkostīms", description = "Sarkans atsevišķais siviešu peldkostīms.", price = 73, itemID = 140 },
  107.             { name = "Sieviešu kopējais peldkostīms", description = "Sarkans Kopējais siviešu peldkostīms.", price = 78, itemID = 251 },
  108.             { name = "Pelēks džudo kimano", description = "Pelēks džudo kimano ar sarkanu jostu.", price = 83, itemID = 204 },
  109.             { name = "Siviešu Sporta tērps", description = "Siviešu sporta aprīkojums - pelēkas treniņ bikses un sarkans krekls.", price = 93, itemID = 81 },
  110.             --{ name = "Standarts", description = "Pamācoša grāmata cīņas stila apgūšanai.", price = 1000, itemID = 20 },
  111.             --{ name = "Saķer un sper", description = "Pamācoša grāmata cīņas stila apgūšanai.", price = 1250, itemID = 24 },
  112.             --{ name = "Elkoņu sišana", description = "Pamācoša grāmata cīņas stila apgūšanai.", price = 1250, itemID = 25 },
  113.             --{ name = "Bokss", description = "Pamācoša grāmata cīņas stila apgūšanai.", price = 2250, itemID = 21 },
  114.             --{ name = "Kung Fu", description = "Nu nebūsi tu Bruce Lee", price = 2250, itemID = 22 },
  115.             { name = "skrituļslidotāju apģerba komplekts", description = "skrituļslidas un dzeltens krekls", price = 2250, itemID = 51 },
  116.             { name = "skrituļslidotāju apģerba komplekts", description = "skrituļslidas un sarkanbalts krekls", price = 2250, itemID = 52 },
  117.             { name = "skrituļslidotāju apģerba komplekts", description = "skrituļslidas un violetu krekls", price = 2250, itemID = 99 },
  118.  
  119.         },     
  120.        
  121.     },
  122.     { -- 2
  123.         name = "Ieroču veikals",
  124.         description = "",
  125.         image = "gun.png",
  126.        
  127.         {
  128.             name = "Lodes",
  129.             { name = "Colt 45 aptvere", description = "Aptvere ar 17 lodēm.", price = 500, itemID = 116, itemValue = 22, ammo = 17, license = true },                                  
  130.             { name = "Sawed-off lodes", description = "Kastīte ar 10, 12 gauge patronām..", price = 1500, itemID = 116, itemValue = 26, ammo = 20, license = true },                    
  131.             { name = "Colt 45", description = "Ierocis ar 10, 7.62mm lodēm.", price = 5000, itemID = ?, itemValue = ?, ammo = ?, license = true },
  132.             { name = "Sawed-off bise", description = "Ierocis ar 10, 7.62mm lodēm.", price = 7500, itemID = ?, itemValue = ?, ammo = ?, license = true },
  133.            
  134.         }
  135.     },
  136.     { -- 3
  137.         name = "Saimniecības preču veikals",
  138.         description = "",
  139.         image = "food.png",
  140.  
  141.        
  142.         {
  143.             name = "Dārza nodaļa",
  144.             { name = "Sarkanas rozes", description = "Sarkans rožu pušķis.", price = 127, itemID = ? },
  145.             { name = "Baltas rozes", description = "balts rožu pušķis.", price = 101, itemID = ? },
  146.             { name = "Zils rožu pušķis", description = "Zilu rožu pušķis.", price = 144, itemID = ? },
  147.             { name = "Puķu pods", description = "Iesēj savu augu šeit.", price = 79, itemID = 236 },
  148.             { name = "Kīmijas komplekts", description = "Mazs ķīmikālijas audzēšanai .", price = 600, itemID = 44 },
  149.                
  150.         },
  151.         {      
  152.             name = "Elektro Instrumentu sadaļa",
  153.             { name = "Urbis", description = "Elektriskā urbja komplekts ar uzgalīšiem un lieku aklumatoru.", price = 50, itemID = ?, itemValue = "Power Drill" },   
  154.         },  { name = "Elektriskais zāģis", description = "Elektriskais zāģis ar vadu.", price = 65, itemID = ?, itemValue = "Power Saw" },
  155.             { name = "Naglu pistole", description = "Naglu pistoles komplekts.", price = 80, itemID = ?, itemValue = "Pneumatic Nail Gun" },
  156.             { name = "Krāsas pistole", description = "krāsas pistole visiem taviem krāsošanas darbiem.", price = 90, itemID = ?, itemValue = "Pneumatic Paint Gun" },
  157.             { name = "Uzgriežņu atslēga", description = "pielāgojamā uzgriežņu atslēga.", price = 80, itemID = ?, itemValue = "Air Wrench" },
  158.             { name = "Metināmais aparāts", description = "Metināmais aparāts darbojas ar gāzi.", price = 80, itemID = ?, itemValue = "Mobile Torch Set" },
  159.             { name = "Elektroniskais Metināmais aparāts", description = "Metināmais aparāts ,kas darbojas uz elektrību.", price = 80, itemID = ?, itemValue = "Mobile Electric Welder" },
  160.  
  161.         {
  162.             name = "Mājas preču sadaļa",
  163.             { name = "Seifs", description = "Viduvēja izmēra kaste ar ciparu tastatūras paneli.,", price = 538, itemID = 60 },
  164.             { name = "Xbox", description = "jaunākā, jaudīgākā spēļu konsole.", price = 200, itemID = ? },
  165.  
  166.  
  167.                    
  168.         },
  169.         {
  170.             name = "Instrumentu sadaļa",
  171.             { name = "Āmurs", description = "Dzelzs āmurs ", price = 25, itemID = ?, itemValue = "Iron Hammer" },
  172.             { name = "Uzgriežņu atslēga", description = "Uzgriežņu atslēga ar plakano galu.", price = 5, itemID = ?, itemValue = "Flathead Screwdriver" },
  173.             { name = "Uzgriežņu atslēga", description = "Uzgriežņu atslēga ar krustiņa galu.", price = 6, itemID = ?, itemValue = "Robinson Screwdriver" },
  174.             { name = "Knīpstangas", description = "Metāla knīpstangas ar gumijas rokturiem.", price = 25, itemID = ?, itemValue = "Needlenose Pliers" },
  175.             --{ name = "Lauznis", description = "A large iron crowbar.", price = 30, itemID = ?, itemValue = "Iron Crowbar" },
  176.             { name = "Uzgriežņu atslēga", description = "pielāgojamā uzgriežņu atslēga.", price = 7, itemID = ?, itemValue = "Air Wrench" },
  177.             { name = "Instrumentu kastīte", description = "Instrumentu kastīte skrūvgriežņiem, skrūvēm U.C.", price = 80, itemID = ?, itemValue = ? },
  178.             { name = "Instrumentu kaste", description = "Instrumentu kaste visiem taviem instrumentiem.", price = 250, itemID = ?, itemValue = ? },
  179.             { name = "Motora dankrots", description = "Motora dankrots lai tu varētu izcelt motoru no auto.", price = 310, itemID = ?, itemValue = ? },
  180.         }
  181.     },
  182.     { -- 4
  183.         name = "Intīmpreču veikals",
  184.         description = "Siviešu intīmpreču sadaļa",
  185.         image = "sex.png",
  186.         { name = "Garš, violets dildo", description = "+18", price = 50, itemID = 115, itemValue = 10, minimum_age = 18 },
  187.         { name = "Resns dildo", description = "+18", price = 25, itemID = 115, itemValue = 11, minimum_age = 18 },
  188.         { name = "Vibrators", description = "+18", price = 75, itemID = 115, itemValue = 12, minimum_age = 18 },
  189.  
  190.         {
  191.             name = "Seksa rotaļlietas",
  192.             { name = "Roku dzelži", description = "Metāla roku dzelži priekš spīdzināšanas.", price = 60, itemID = 45 },
  193.             { name = "Acu aizsējs", description = "Acu aizsējs priekš spīdzināšanas.", price = 45, itemID = 66 },
  194.             { name = "Virve", description = "Virve priekš spīdzināšanas.", price = 25, itemID = 46 },
  195.         },
  196.         {
  197.             name = "Erotiskā veļa",
  198.             { name = "Apģērbs - 87", description = "intīms siviešu apģērbs", price = 125, itemID = 16, itemValue = 87 },
  199.             { name = "Apģērbs - 178", description = "intīms siviešu apģērbs(kaķa)", price = 125 , itemID = 16, itemValue = 178 },
  200.             { name = "Apģērbs - 244", description = "intīms siviešu apģērbs", price = 125, itemID = 16, itemValue = 244 },
  201.             { name = "Apģērbs - 246", description = "intīms siviešu apģērbs (policista)", price = 125, itemID = 16, itemValue = 246 },
  202.             { name = "Apģērbs - 257", description = "intīms siviešu apģērbs", price = 125, itemID = 16, itemValue = 257 },
  203.            
  204.         }
  205.     },
  206.    
  207.      { -- 5
  208.       name = "Drēbju veikals",
  209.       description = "",
  210.       image = "clothes.png",
  211.      
  212.       {
  213.        name = "Siviešu apģērbs"
  214.        { name = "Mājas apģērbs ", description = "violets krekls,ar treniņbiksēm", price = 80, itemID = 13 },
  215.        { name = "Mājas apģērbs ", description = "Zils treniņbikšu un jakas komplekts", price = 80, itemID = 41 },
  216.        { name = "strīpaina kleita ", description = "melna un zeltaina strīpojuma kleita", price = 260, itemID = 55 },
  217.        { name = "Izejamais apģērbs ", description = "melnas džinsu bikses ar melnu kreklu", price = 255, itemID = 93 },
  218.        { name = "Darba drēbes", description = "Melna žaketīte ar melniem svārkiem  ", price = 80, itemID = 141 },
  219.        { name = "Darba drēbes#2", description = "Melna žaketīte ar melniem svārkiem  ", price = 95, itemID = 150 },
  220.        { name = "Bārmenes tērps", description = "Sieviešu bārmenes tērps ", price = 144, itemID = 172 },
  221.        { name = "Ķīniešu mājas drēbes", description = "Ķīniešu krekls ar violetām biksēm ", price = 75, itemID = 224 },
  222.  
  223.       },
  224.    
  225.     {
  226.        name = 'Lakatiņi',
  227.        { name = "Melns lakatiņš", description = "Melnas krāsas lakatiņš.", price = 34, itemID = 122 },
  228.        { name = "Sarkans lakatiņš", description = "Sarkanas krāsas lakatiņš.", price = 34, itemID = 123 },
  229.        { name = "Dzeltens lakatiņš", description = "Dzeltenas krāsas lakatiņš.", price = 34, itemID = 124 },
  230.        { name = "Violets lakatiņš", description = "Violetas krāsas lakatiņš", price = 34, itemID = 125 },
  231.        { name = "Zils lakatiņš", description = "Zilas krāsas lakatiņš.", price = 34, itemID = 135 },
  232.        { name = "Brūns lakatiņš", description = "Brūnas krāsas lakatiņš.", price = 34, itemID = 136 },
  233.        { name = "Zaļs lakatiņš", description = "Zaļas krāsas lakatiņš.", price = 34, itemID = 158 },
  234.        { name = "Oranžs lakatiņš", description = "Oranžas krāsas lakatiņš", price = 34, itemID = 168 },
  235.        { name = "Rozā lakatiņš", description = "Rozā krāsas lakatiņš", price = 34, itemID = ? },
  236.        { name = "Balts lakatiņš", description = "Baltas krāsas lakatiņš", price = 34, itemID = ? },
  237.          },
  238.  
  239.     {
  240.         name = 'Vīriešu apģērbs',
  241.         { name = "Izejamās Drēbes #1", description = "Zilas džinsu bikses ar baltu jaku.", price = 110, itemID = 2 },
  242.         { name = "Izejamās Drēbes #2", description = "Pelēkas džinsu bikses ar zilu jaku.", price = 115, itemID = 7 },
  243.         { name = "Izejamās Drēbes #3", description = "Pelēkas džinsu bikses ar baltu jaku.", price = 84, itemID = 14 },
  244.         { name = "Izejamās Drēbes #4", description = "Zilas džinsu bikses ar rūtainu kreklu.", price = 75, itemID = 15 },
  245.         { name = "Izejamās Drēbes #5", description = "Sarkanas treniņbikses bez krekla.", price = 53, itemID = 19 },
  246.         { name = "Izejamās Drēbes #6", description = "Melnas džinsas ar dzeltenu jaku.", price = 63, itemID = 20 },
  247.         { name = "Izejamās Drēbes #7", description = "Brūni šorti ar zilu kreklu.", price = 67, itemID = 21 },
  248.         { name = "Izejamās Drēbes #8", description = "Melnas treniņbikses ar oranžu jaku.", price = 72, itemID = 22 },
  249.         { name = "Izejamās Drēbes #9", description = "Zilas džinsas ar zilu jaku.", price = 78, itemID = 24 },
  250.         { name = "Izejamās Drēbes #10", description = "Zilas džinsas ar zilu džemperi.", price = 76, itemID = 25 },
  251.         { name = "Izejamās Drēbes #11", description = "Zilas džinsas ar pelēku džemperi.", price = 81, itemID = 29 },
  252.         { name = "Izejamās Drēbes #12", description = "Pelēkas džinsas ar pelēku tējkreklu.", price = 53, itemID = 30 },
  253.         { name = "Izejamās Drēbes #13", description = "Brūni šorti ar sarkanu tējkreklu.", price = 34, itemID = 35 },
  254.         { name = "Izejamās Drēbes #14", description = "Brūni šorti ar zilu tējkreklu.", price = 74, itemID = 37 },
  255.         { name = "Izejamās Drēbes #15", description = "Zili šorti ar brūnu tējkreklu.", price = 83, itemID = 36 },
  256.         { name = "Izejamās Drēbes #16", description = "Zilas džinsas ar baltu kreklu.", price = 78, itemID = 46 },
  257.         { name = "Izejamās Drēbes #17", description = "Brūnas džinsas ar pelēku rūtainu kreklu.", price = 54, itemID = 47 },
  258.         { name = "Izejamās Drēbes #18", description = "Pelēks džinsas ar zilu strīpainu kreklu.", price = 63, itemID = 48 },
  259.         { name = "Izejamās Drēbes #19", description = "Pelēks džinsas ar zilu strīpainu kreklu.", price = 57, itemID = 48 },
  260.         { name = "Izejamās Drēbes #20", description = "Melnas džinsas ar brūnu strīpainu kreklu.", price = 56, itemID = 59 },
  261.         { name = "Izejamās Drēbes #21", description = "Zilas džinsas ar brūnu kreklu.", price = 63, itemID = 60 },
  262.         { name = "Izejamās Drēbes #22", description = "Zilas džinsas ar melnu kreklu.", price = 73, itemID = 98 },
  263.         { name = "Izejamās Drēbes #23", description = "Brūni šorti ādas žaketi.", price = 120, itemID = 100 },
  264.         { name = "Izejamās Drēbes #24", description = "Zili džinsi ar zaļu jaku.", price = 83, itemID = 101 },
  265.         { name = "Izejamās Drēbes #25", description = "Violeti šorti ar baltu kreklu.", price = 54, itemID = 102 },
  266.         { name = "Izejamās Drēbes #26", description = "Tumši zili džinsi ar zilu jaku.", price = 46, itemID = 102 },
  267.         { name = "Izejamās Drēbes #27", description = "Brūnas džinsas ar violetu jaku.", price = 73, itemID = 104 },
  268.         { name = "Izejamās Drēbes #28", description = "Pelēkas džinsas ar zaļu džemperi.", price = 53, itemID = 105 },
  269.         { name = "Izejamās Drēbes #29", description = "Pelēkas džinsas ar rūtainu zaļu kreklu.", price = 67, itemID = 106 },
  270.         { name = "Izejamās Drēbes #30", description = "Pelēkas džinsas ar rūtainu zaļu kreklu.", price = 46, itemID = 107 },
  271.         { name = "Izejamās Drēbes #31", description = "Pelēkas džinsas ar baltu kreklu.", price = 48, itemID = 109 },
  272.         { name = "Izejamās Drēbes #32", description = "Zili šorti ar baltu kreklu.", price = 33, itemID = 110 },
  273.         { name = "Izejamās Drēbes #33", description = "Melnas bikses ar melnu jaku.", price = 43, itemID = 111 },
  274.         { name = "Izejamās Drēbes #34", description = "pelēkas bikses ar brūnu jaku.", price = 53, itemID = 112 },
  275.         { name = "Izejamās Drēbes #35", description = "pelēkas bikses ar zilu rūtainu kreklu.", price = 61, itemID = 114 },
  276.         { name = "Izejamās Drēbes #36", description = "pelēkas bikses ar melnu jaku.", price = 71, itemID = 115 },
  277.         { name = "Izejamās Drēbes #37", description = "Brūni šorti ar baltu kreklu.", price = 51, itemID = 116 },
  278.         { name = "Izejamās Drēbes #38", description = "Brūni šorti ar baltu kreklu.", price = 48, itemID = 116 },
  279.         { name = "Izejamās Drēbes #39", description = "Melnas džinsu bikses ar melnu kreklu.", price = 43, itemID = 118 },
  280.         { name = "Izejamās Drēbes #40", description = "Pelēkas džinsas ar pelēku žageti.", price = 40, itemID = 120 },
  281.         { name = "Izejamās Drēbes #41", description = "Zilas džinsas ar pelēku kreklu.", price = 38, itemID = 121 },
  282.         { name = "Izejamās Drēbes #42", description = "Brūnas džinsas ar pelēku kreklu.", price = 39, itemID = 122 },
  283.         { name = "Izejamās Drēbes #43", description = "Brūnas džinsas ar rūtainu zilu kreklu.", price = 51, itemID = 123 },
  284.         { name = "Izejamās Drēbes #44", description = "Brūnas džinsas ar brūnu kreklu.", price = 52, itemID = 124 },
  285.         { name = "Izejamās Drēbes #45, description = "Melnas bikses ar melnu jaku.", price = 51, itemID = 125 },
  286.        { name = "Izejamās Drēbes #46, description = "Brūnas bikses ar tumši zilu jaku.", price = 54, itemID = 126 },
  287.         { name = "Izejamās Drēbes #47, description = "Brūnas bikses ar Ādas jaku.", price = 43, itemID = 127 },
  288.        { name = "Izejamās Drēbes #48, description = "Zilas džinsas ar pelēku kreklu.", price = 49, itemID = 128 },
  289.         { name = "Izejamās Drēbes #48, description = "Zilas džinsas ar pelēku kreklu.", price = 64, itemID = 128 },
  290.        { name = "Izejamās Drēbes #49, description = "Zilas džinsas ar sarkanu kreklu.", price = 71, itemID = 170 },
  291.         { name = "Izejamās Drēbes #50, description = "mMelnas kombinzonbikses ar baltu kreklu .", price = 68, itemID = 173 },
  292.        { name = "Izejamās Drēbes #51, description = "Tumši violetas kombinzonbikses ar baltu kreklu .", price = 69, itemID = 174 },
  293.         { name = "Izejamās Drēbes #52, description = "Melnas kombinzonbikses ar baltu kreklu .", price = 73, itemID = 175 },
  294.        { name = "Izejamās Drēbes #53, description = "Zaļi šorti ar zaļu kreklu .", price = 79, itemID = 177 },
  295.         { name = "Izejamās Drēbes #54, description = "Melnas džinsas ar zilu kreklu .", price = 56, itemID = 179 },
  296.        { name = "Izejamās Drēbes #55, description = "Melnas džinsas ar melnu kreklu .", price = 54, itemID = 180 },
  297.         { name = "Izejamās Drēbes #56, description = "Pelēkas džinsas ar rūtainu Zilu kreklu .", price = 64, itemID = 184 },
  298.        { name = "Izejamās Drēbes #57, description = "Melnas džinsas ar Violetu strīpainu kreklu.", price = 54, itemID = 185 },
  299.         { name = "Izejamās Drēbes #58, description = "Melnas džinsas ar melnu kreklu.", price = 44, itemID = 217 },
  300.        { name = "Izejamās Drēbes #59, description = "Balts krekls ar gaiši zilām biksēm.", price = 54, itemID = 221 },
  301.         { name = "Izejamās Drēbes #60, description = "Zaļš rūtains krekls ar zilām džinsu biksēm.", price = 73, itemID = 222 },
  302.        { name = "Izejamās Drēbes #61, description = "Balts rūtains krekls ar zilām džinsu biksēm.", price = 53, itemID = 229 },
  303.         { name = "Izejamās Drēbes #62, description = "Pelēcīgs rūtains krekls ar zilām džinsu biksēm.", price = 31, itemID = 234 },
  304.        { name = "Izejamās Drēbes #63, description = "Melnas bikses ar ādas kažoku.", price = 37, itemID = 249 },
  305.         { name = "Izejamās Drēbes #65, description = "brūnas džinsu bikses ar Pelēku rūtainu kreklu.", price = 64, itemID = 258 },
  306.        { name = "Izejamās Drēbes #65, description = "Brūni šorti ar Zilu kreklu.", price = 46, itemID = 259 },
  307.         { name = "Izejamās Drēbes #67, description = "Zilas džinsas ar Zilu rūtainu kreklu.", price = 56, itemID = 261 },
  308.        { name = "Izejamās Drēbes #68, description = "brūnas džinsas ar Melnu kreklu.", price = 67, itemID = 290 },
  309.         { name = "Izejamās Drēbes #69, description = "Melnas džinsas ar Zilu žaketi un baltu kreklu.", price = 54, itemID = 291 },
  310.        { name = "Izejamās Drēbes #70, description = "Melnas džinsas ar Zilu žaketi un baltu kreklu.", price = 62, itemID = 291 },
  311.         { name = "Izejamās Drēbes #71, description = "Melnas džinsas ar Melnu žaketi.", price = 66, itemID = 294 },
  312.        { name = "Izejamās Drēbes #72, description = "Zilas džinsas ar Zilu kreklu.", price = 73, itemID = 297 },
  313.         { name = "Izejamās Drēbes #73, description = "Brūnas džinsas ar melnu ādas žaketi.", price = 71, itemID = 299 },
  314.        { name = "Izejamās Drēbes #74, description = "Zilas džinsas ar Zaļu lietas jaku.", price = 69, itemID = 300 },
  315.         { name = "Izejamās Drēbes #75, description = "Pelēkas džinsas ar Zili baltu strīpainu kreklu.", price = 81, itemID = 307 },
  316.                 }
  317.     },
  318.    
  319.      { -- 5
  320.       name = "Drēbju veikals (A class)",
  321.       description = "",
  322.       image = "clothes.png",
  323.      
  324.       {
  325.          },
  326.  
  327.     {
  328.        name = 'Vīriešu apģērbi',
  329.       { name = "Viesmīļa tērps" - ", description = "Melni balts viesmīļu tērps", price = 530, itemID = 11 },
  330.        { name = "Pelēks uzvalks" - ", description = "Pelēks uzvalks ar sarkanu šlipsti", price = 470, itemID = 17 },
  331.        { name = "Pelēks uzvalks" - ", description = "Pelēks uzvalks ar zilu šlipsti", price = 560, itemID = 57 },
  332.        { name = "Pelēks uzvalks" - ", description = "Pelēks uzvalks ar zilu šlipsti", price = 480, itemID = 57 },
  333.        { name = "Pelēks uzvalks #2" - ", description = "Pelēks uzvalks ar zilu šlipsti", price = 570, itemID = 227 },
  334.        { name = "Melns uzvalks" - ", description = "Melns uzvalks ar sarkanu šlipsti", price = 590, itemID = 228 },
  335.        { name = "Violets uzvalks" - ", description = "Violets uzvalks ar Baltu kreklu", price = 510, itemID = 296 },
  336.        { name = "Pelēks uzvelks"  - ", description = "Pelēks uzvelks ar dzeltenu šļipsti", price = 535, itemID = 113 },
  337.        { name = "Pelēks uzvelks"  - ", description = "Pelēks uzvelks ar melnu šļipsti", price = 540, itemID = 147 },
  338.        { name = "Pelēks uzvelks"  - ", description = "Pelēks uzvelks ar pelēkām biksēm", price = 540, itemID = 186 },
  339.        { name = "Zils uzvelks"  - ", description = "Zils uzvelks ar zilām biksēm", price = 640, itemID = 187 },
  340.        { name = "ādas kažoks, description" = "Smalks ādas kažoks ar melnām biksēm.", price = 850, itemID = 249 },
  341.        { name = "Uzvalks ar šļipsti" = "Melns uzvalks ar sarkanu strīpainu šļipsti.", price = 410, itemID = 295 },
  342.          },
  343.  
  344.     {
  345.         name = 'Sieviešu apģērbs',
  346.        { name = "brūns uzvelks  - ", description = "Brūns uzvelks sievietēm", price = 450, itemID = 9 },
  347.        { name = "zils uzvelks  - ", description = "zils uzvelks sievietēm", price = 579, itemID = 148 },
  348.        { name = "Sarkans uzvelks  - ", description = "Sarkans uzvelks sievietēm", price = 580, itemID = 219 },
  349.        { name = "Pelēka kleita ", description = "Īsa pelēka kleita sievietēm.", price = 249, itemID = 12 },
  350.        { name = "Melna kleita ", description = "Īsa melna kleita sievietēm.", price = 170, itemID = 169 },
  351.        { name = "Sarkana kleita ", description = "Īsa sarkana kleita sievietēm.", price = 280, itemID = 40 },
  352.        { name = "Balta kleita ", description = "Īsa Balta kleita sievietēm.", price = 310, itemID = 214 },
  353.        { name = "Violeta kleita ", description = "Īsa violeta kleita sievietēm.", price = 260, itemID = 216 },
  354.        { name = "strīpaina kleita ", description = "melna un zeltaina strīpojuma kleita", price = 260, itemID = 55 },
  355.  
  356.  
  357.        
  358.      },
  359.  
  360.     {
  361.         name = 'helovīna Preču sadaļa',
  362.             { name = "Slēpošanas maska", description = "Melna slēpošanas maska", price = 150, itemID = 56 },   
  363.             --{ name = "Gāzes maska", description = "Maska", price = 150, itemID = 26 },          
  364.             { name = "Cūkas maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 213 },
  365.             { name = "Troļļa maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 214 },
  366.             { name = "Smēķējoša Pērtiķa maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 215 },
  367.             { name = "Laupīšanas maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 216 },
  368.             { name = "Pērtiķa maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 217 },
  369.             { name = "Klauna maska", description = "Helovīnu un karnevālu maska", price = 150, itemID = 218 },       
  370.  
  371.     },
  372.  
  373.     },
  374.  
  375.     { -- 7
  376.         name = "Pizza stack",
  377.         description = "",
  378.         image = "general.png",
  379.        
  380.         {
  381.             name = "pizza stack ",
  382.             { name = "Frī kartupeļu paciņa", description = "Kraukšķīgi frī kartupeļi.", price = 5, itemID = 310 },
  383.             { name = "Pica", description = " pica ar sēnēm, ananāsiem un salami .un tomātu mērci.", price = 15, itemID = 313 },
  384.             { name = "Picas komplekts", description = "Siera pica ar salami un tomātu mērci un kraukšķīgiem frī kartupeļiem.", price = 26, itemID = 313 },
  385.             { name = "Picas", description = "Pica ar salāmi un tomātu mērci.", price = 26, itemID = 313 },
  386.             { name = "Picas", description = "Pica Margarita.", price = 26, itemID = 313 },
  387.                  },
  388.             {
  389.         name = 'Uzkodas',
  390.               { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  391.               { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  392.               { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  393.               { name = "ābols", description = "Svaigi ābols", price = 5, itemID = ? },
  394.                  {
  395.         name = 'Dzērieni',
  396.             { name = "Minerālūdens", description = "Pudele ar gāzētu ūdeni.", price = 10, itemID = 15 },
  397.             { name = "Kola", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 9 },
  398.             { name = "Sprite", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 300 },
  399.             { name = "Fanta", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 301 },
  400.             { name = "Pepsi", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 302 },
  401.             { name = "Tymbark sula", description = "Veselīga sulas paka", price = 10, itemID = 306 },
  402.             { name = "CIDO sula", description = "Kazeņu sula dzēriens", price = 10, itemID = 305 },      
  403.             { name = "CIDO frutto", description = "Augļu dzēriens", price = 10, itemID = 307 },
  404.  
  405.  
  406.     {
  407.     },
  408.  
  409.     },
  410.  
  411.     { -- 8
  412.         name = "Burger shot",
  413.         description = "",
  414.         image = "general.png",
  415.  
  416.         {
  417.              name = 'Burger Shot',
  418.              { name = "Burgeris", description = " dubultais siera  burgeris .", price = 15, itemID = 12 },
  419.              { name = "Burgera komplekts", description = "Lielais burgeris ar nagetiem un Coca-Colu.", price = 26, itemID = 92 },
  420.              { name = "Burgera komplekts", description = "Lielais bekona burgeris ar frī kartupeļiem un Sprite.", price = 23, itemID = 92 },
  421.              { name = "Burgera komplekts", description = "Dubultais siera burgeris ar frī kartupeļiem un Fanta.", price = 26, itemID = 92 },
  422.              { name = "Siera burgers", description = "Tiko cepts Siera burgeris.", price = 26, itemID = 92 },
  423.              { name = "Bekona burgers", description = "Tiko cepts bekona burgeris.", price = 26, itemID = 92 },
  424.                   {
  425.         name = 'Uzkodas',
  426.               { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  427.               { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  428.               { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  429.               { name = "ābols", description = "Svaigi ābols", price = 5, itemID = ? },
  430.                  {
  431.         name = 'Dzērieni',
  432.             { name = "Minerālūdens", description = "Pudele ar gāzētu ūdeni.", price = 10, itemID = 15 },
  433.             { name = "Kola", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 9 },
  434.             { name = "Sprite", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 300 },
  435.             { name = "Fanta", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 301 },
  436.             { name = "Pepsi", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 302 },
  437.             { name = "Tymbark sula", description = "Veselīga sulas paka", price = 10, itemID = 306 },
  438.             { name = "CIDO sula", description = "Kazeņu sula dzēriens", price = 10, itemID = 305 },      
  439.             { name = "CIDO frutto", description = "Augļu dzēriens", price = 10, itemID = 307 },
  440.  
  441.              
  442.               },
  443.                 {
  444.     },
  445.  
  446.     },
  447.  
  448.     { -- 9
  449.         name = "Cluncking Bell",
  450.         description = "",
  451.         image = "general.png",
  452.             {
  453.         name = 'Uzkodas',
  454.               { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  455.               { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  456.               { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  457.               { name = "ābols", description = "Svaigi ābols", price = 5, itemID = ? },
  458.                  {
  459.         name = 'Dzērieni',
  460.             { name = "Minerālūdens", description = "Pudele ar gāzētu ūdeni.", price = 10, itemID = 15 },
  461.             { name = "Kola", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 9 },
  462.             { name = "Sprite", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 300 },
  463.             { name = "Fanta", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 301 },
  464.             { name = "Pepsi", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 302 },
  465.             { name = "Tymbark sula", description = "Veselīga sulas paka", price = 10, itemID = 306 },
  466.             { name = "CIDO sula", description = "Kazeņu sula dzēriens", price = 10, itemID = 305 },      
  467.             { name = "CIDO frutto", description = "Augļu dzēriens", price = 10, itemID = 307 },
  468.  
  469.  
  470.         {
  471.  
  472.     {
  473.         name = 'Cluncking Bell',
  474.               { name = "Nageti", description = "Sulīgi vistas stilbiņi.", price = 19, itemID = 314 },
  475.               { name = "Nageti", description = "Sulīgi vistas stilbiņi ar kraukšķīgiem frī kartupeļiem un Sprite.", price = 23, itemID = 92 },
  476.               { name = "Nageti", description = "Pikantas vistas nageti .", price = 16, itemID = 314 },
  477.               { name = "Nageti", description = "Kraukšķīgi vistas stilbiņi .", price = 16, itemID = 314 },
  478.                 {
  479.         name = 'Uzkodas',
  480.               { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  481.               { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  482.               { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  483.               { name = "ābols", description = "Svaigi ābols", price = 5, itemID = ? },
  484.                  {
  485.         name = 'Dzērieni',
  486.             { name = "Minerālūdens", description = "Pudele ar gāzētu ūdeni.", price = 10, itemID = 15 },
  487.             { name = "Kola", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 9 },
  488.             { name = "Sprite", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 300 },
  489.             { name = "Fanta", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 301 },
  490.             { name = "Pepsi", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 302 },
  491.             { name = "Tymbark sula", description = "Veselīga sulas paka", price = 10, itemID = 306 },
  492.             { name = "CIDO sula", description = "Kazeņu sula dzēriens", price = 10, itemID = 305 },      
  493.             { name = "CIDO frutto", description = "Augļu dzēriens", price = 10, itemID = 307 },
  494.  
  495.  
  496.                             },
  497.                                 },
  498.  
  499.     { -- 10
  500.         name = "Jimys sticky ring kulinārijas veikals",
  501.         description = "",
  502.         image = "general.png",
  503.  
  504.         {
  505.  
  506.     {
  507.  
  508.     {
  509.         name = 'Jimys sticky ring kulinārijas veikals',
  510.         { name = "lielā virtuļu paka", description = "virtuļu paka ar rozā glazūras virtuļiem.", price = 22, itemID = 13 },
  511.         { name = "Vidējā virtuļu paka", description = "virtuļu paka ar rozā glazūras virtuļiem.", price = 17, itemID = 13 },
  512.         { name = "mazais virtuļu paka", description = "virtuļu paka ar rozā glazūras virtuļiem.", price = 12, itemID = 13 },
  513.         {
  514.         name = 'Uzkodas',
  515.               { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 7, itemID = ? },
  516.               { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 4, itemID = ? },
  517.               { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 4, itemID = ? },
  518.               { name = "ābols", description = "Svaigi ābols", price = 5, itemID = ? },
  519.                  {
  520.         name = 'Dzērieni',
  521.             { name = "Minerālūdens", description = "Pudele ar gāzētu ūdeni.", price = 10, itemID = 15 },
  522.             { name = "Kola", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 9 },
  523.             { name = "Sprite", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 300 },
  524.             { name = "Fanta", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 301 },
  525.             { name = "Pepsi", description = "Atsprindzinošs auksts gāzets dzēriens", price = 15, itemID = 302 },
  526.             { name = "Tymbark sula", description = "Veselīga sulas paka", price = 10, itemID = 306 },
  527.             { name = "CIDO sula", description = "Kazeņu sula dzēriens", price = 10, itemID = 305 },      
  528.             { name = "CIDO frutto", description = "Augļu dzēriens", price = 10, itemID = 307 },
  529.  
  530.         }
  531.     },
  532.     { -- 11
  533.         --name = "Kvalitatīvu detaļu veikals - Viozy",
  534.         description = "",
  535.         image = "viozy-auto.png",
  536.         {
  537.             name = "Tonēšanas plēves",
  538.             { name = "HP kokogļu krāsas plēve", description = "Viozy plēve ((50 /chance))", price = 305 / priceReduce, itemID = 184, itemValue = "Viozy HP Charcoal Window Tint Film ((50 /chance))" },
  539.            
  540.         },
  541.  
  542.         {
  543.             name = "Mehāniķiem",
  544.             { name = "Transportlīdzekļa aizdedze - 2010 ((20 /chance))", description = "Aizdedzes slēdzene no Viozy 2010.gada ražojumiem", price = 196 / priceReduce, itemID = 194, itemValue = "Viozy Vehicle Ignition - 2010 ((20 /chance))" },
  545.            
  546.         },
  547.         {
  548.             name = "Lietotas riepas",
  549.             { name = "Access riepas", description = "Lietotas riepas", price = wheelPrice / priceReduce, itemID = 114, itemValue = 1098 },
  550.            
  551.         }
  552.  
  553.     },
  554.     { -- 12
  555.         name = "Elektronikas veikals",
  556.         description = "",
  557.         image = "general.png",
  558.        
  559.         {
  560.             name = "Elektropreču veikals",
  561.             { name = "Maģis", description = "Melns maģis.", price = 350, itemID = 54 },
  562.             { name = "Tumba", description = "Liela, melna tumba, kas izdod kvalitatīvu skaņu.", price = 1500, itemID = 176 },        
  563.             { name = "Fotoaparāts", description = "Maza melna spoguļkamera.", price = 100, itemID = 115, itemValue = 43 },
  564.             { name = "Telefons", description = "Stilīgs un moderns telefons.", price = 275, itemID = 2 },
  565.             { name = "Rācija", description = "Melna rācija.", price = 50, itemID = 6 },
  566.             { name = "Austiņas", description = "Austiņas, kuras izmantot priekš rācijas un radio telefonā.", price = 225, itemID = 88 },
  567.             { name = "Pulkstenis", description = "Noteikt laiku nekad nav bijis viegli!", price = 25, itemID = 17 },
  568.             { name = "MP3 Atskaņotājs", description = "Mazs MP3 atskaņotājs.", price = 120, itemID = 19 },
  569.             { name = "Seifs", description = "Seifs, kurā glabāt savas mantas.", price = 400, itemID = 60 },
  570.             { name = "Pārnēsājams GPS", description = "Pārnēsājams GPS.", price = 800, itemID = 111 },
  571.             { name = "Portatīvais dators", description = "Portatīvais dators", price = 1500, itemID = 96 },
  572.             { name = "Pārnēsājams TV", description = "Pārnēsējams TV, lai skatītos TV tiešraides..", price = 750, itemID = 104 },  
  573.         {
  574.             name = "Datori",   
  575.             { name = "Capital Stacionārais dators", description = "Stacionārais dators ar intel core I3, integrēto grafikas karti 4 gb ram un 500 GB HDD", price = 750, itemID = ? },
  576.             { name = "Acer Stacionārais dators", description = "Stacionārais dators ar intel pentium, gtx 560 grafikas karti 4 gb ram un 150 GB SSD", price = 810, itemID = ? },
  577.             { name = "IMAC PRO Stacionārais dators", description = "Stacionārais dators ar intel Xenon, gtx 1080 ti grafikas karti 16 gb ram un 550 GB SSD", price = 5000, itemID = ? },
  578.             { name = "IMAC PRO Stacionārais dators", description = "Stacionārais dators ar intel Xenon, gtx 1080 ti grafikas karti 16 gb ram un 550 GB HDD", price = 5000, itemID = ? },
  579.             { name = "Acer lenovo klēpj dators", description = "klēpj dators ar intel core I3, integrētā grafikas karti 6 gb ram un 500 GB HDD", price = 440, itemID = ? },
  580.             { name = "Hp klēpj dators", description = "klēpj dators ar intel core 2 dou, integrētā grafikas karti 4 gb ram un 250 GB HDD", price = 410, itemID = ? },
  581.             { name = "MAC book pro klēpj dators", description = "klēpj dators ar intel core i9, AMD radeon pro 5000M grafikas karti 64 gb ram 8T SSD", price = 9000, itemID = ? },
  582.             { name = "Commodore 64 stacionārais dators", description = "Vecs stacionārais dators ar AMD fx 3850 procesoru, integrēto grafikas karti, 2 GB ram un 250 GB HDD", price = 325, itemID = ? },
  583.  
  584.         },
  585.         {
  586.            
  587.         },
  588.     },
  589.     { -- 13
  590.         name = "Benzīntanks",
  591.         description = "",
  592.         image = "general.png",
  593.        
  594.         {
  595.             name = "Galvenās preces",
  596.             { name = "Corona Extra alus", description = "Lielisks veids kā atvēsināties", price = 80, itemID = 58, minimum_age = 18 },
  597.             { name = "Tinamie papīrīši", description = "Komplekts ar caurspīdīgiiem ietīšanas papīrīšiem.", price = 35, itemID = 181, itemValue = 15 },
  598.             { name = "Kent cigaretes", description = "Kent cigaretes priekš tavas atkarības apmierināšanas.", price = 8, itemID = 357, itemValue = 20, minimum_age = 18 },
  599.             { name = "LM cigaretes", description = " LM cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 358, itemValue = 20, minimum_age = 18 },
  600.             { name = "Marlboro cigaretes", description = "Marlboro cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 359, itemValue = 20, minimum_age = 18 },
  601.             { name = "Winston cigaretes", description = "Winston cigaretes priekš tavas atkarības apmierināšanas.", price = 9, itemID =360, itemValue = 20, minimum_age = 18 },
  602.             { name = "Chesterfield cigaretes", description = "Chesterfield cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 361, itemValue = 20, minimum_age = 18 },
  603.             { name = "Camel cigaretes", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 362, itemValue = 20, minimum_age = 18 },
  604.             { name = "Sērkociņi", description = "Lai piešķiltu cigareti vai džointu.", price = 3, itemID = 107 },
  605.             { name = "Hotdogs", description = " hotdogs ar desiņu un kečupu ,un sinepēm.", price = 7, itemID = 1 },
  606.             { name = "Coca-Cola", description = "Atspirdzinošs dzēriens. Coca-cola.", price = 4, itemID = 9 },
  607.             { name = "Sprite", description = "Bezkrāsains atspirdzinošs dzēriens. Sprite .", price = 5, itemID = 300 },
  608.             { name = "Fanta", description = "Oranžs atspirdzinošs dzēriens. Fanta .", price = 4, itemID = 301 },
  609.             { name = "Monster enerģijas dzēriens", description = "Enerģiju dodoš Monster enerģijas dzēriens  .", price = 11, itemID = 303 },
  610.             { name = "RedBull", description = "Enerģiju dodoš Redbull enerģijas dzēriens.", price = 14, itemID = 304 },        
  611.             { name = "Kafija", description = "Starbucks kafija", price = 15, itemID = 308 },
  612.             { name = "Absolut Vodka", description = "ja dzīve tev dod tev citronus taisi sulu ,bet neaizmirsti piejauktu vodku.", price = 40, itemID = 40, minimum_age = 18 },
  613.  
  614.            
  615.         },
  616.  
  617.         {
  618.             name = "Citas preces",
  619.             { name = "Loterijas biļete", description = "Pastāv iespēja, ka šī biļete tevi padarīs par bagātnieku.", price = 13, itemID = 68, itemValue = nil, minimum_age = 18 },
  620.             { name = "Ceļvedis", description = "Priekš tiem, kuri nezin pilsētu.", price = 4, itemID = 18 },
  621.             { name = "Degvielas kanna", description = "Kanna, kuru var piepildīt ar degvielu.", price = 73, itemID = 57, itemValue = 0 },
  622.              { name = "Kāršu kava", description = "Priekš azartspēlēm.", price = 21, itemID = 77 },
  623.            
  624.         },
  625.     },
  626.     { -- 14
  627.         name = "Restorāns A class",
  628.         description = "",
  629.         image = "general.png",
  630.        
  631.         {
  632.             name = "Dzērieni",
  633.             { name = "Merlot. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 67, itemID = ?, minimum_age = 18 },
  634.             { name = "Airén. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 90, itemID = ?, minimum_age = 18 },
  635.             { name = "Tempranillo. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 167, itemID = ?, minimum_age = 18 },
  636.             { name = "Chardonnay. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 143, itemID = ?, minimum_age = 18 },
  637.             { name = "Louis Roederer Cristal šampanietis", description = "Dzirkstoš alhaholisks dzēriens speciāliem pasākumiem.", price = 76, itemID = ?, minimum_age = 18 },
  638.             { name = "Glāze baltvīna", description = "Glāze ar Airén. White baltvīnu .", price = 10, itemID = ?, minimum_age = 18 },
  639.             { name = "Glāze ar sarkanvīnu.", description = "Glāze ar Tempranillo. Red. sarkanvīnu.", price = 10, itemID = ?, minimum_age = 18 },
  640.             { name = "Glāze ar viskiju", description = "Glāze ar Jackdaniel viskiju.", price = 8, itemID = ?, minimum_age = 18 },
  641.             { name = "Glāze ar Louis Roederer Cristal šampanieti", description = "Glāze ar Louis Roederer Cristal šampanieti.", price = 13, itemID = ?, minimum_age = 18 },
  642.            
  643.         }
  644.     },
  645.     { -- 15
  646.         name = "Uzkodas",
  647.         description = "",
  648.         image = "general.png",
  649.         { name = "salāti", description = "Grīlēti avokādo salāti ar tīģergarnelēm un sezama sēklu glazūrmērci.", price = 12, itemID = ? },
  650.         { name = "salāti", description = "Tunča tartars ar avokādu salsu, ponzu mērci, jūraszālēm, paipalas olu, kaperu ziediem, čibatas grauzdiņiem.", price = 13, itemID = ? },
  651.         { name = "Zivs uzkoda", description = "Svilināts skotijas lasis ar vasabi krēmu, marinētu fenheli, diļļu eļu un kārtainās mīklas kraukšķi.", price = 11, itemID = ? },
  652.         { name = "karstā uzkoda", description = "Jūras ķemītes ar sparģeļiem, zaļo ābolu, sarkano greifrūtu gēlu, pasiona mērci un spinātu lapiņām.", price = 14, itemID = ? },
  653.         { name = "karstā uzkoda", description = "Lielopa gaļas karpačo ar sezonas, parmezānu, rukolu un saldskābmaizi.", price = 10, itemID = ? },
  654.         { name = "karstā uzkoda", description = "Lēni gatavota meleņu pīle krūtiņa ar upeņu gēlu, svaigām vīģēm, marinētu ābolu un perkanriekstiem.", price = 12, itemID = ? },
  655.  
  656.         }
  657.     },
  658.     { -- 16
  659.         name = "Zupas",
  660.         description = "",
  661.         { name = "Tomātu zupa", description = "Tomātu konsumē ar sarkano bieti, seleriju, ķiršu tomātiem, balto redīsu un čilī.", price = 10, itemID = ? },
  662.         { name = "Zivju zupa", description = "Zivju bujabesa ar guršaugu grauzdiņiem un ķiploku ajoli.", price = 11, itemID = ? },
  663.         { name = "Zivju zupa", description = "vēžu konsumē ar tvaicētu foreli, gyozas mīklas ravioli, mazajiem sparģeļiem un ķiršu tomātiem.", price = 10, itemID = ? },
  664.         { name = "vistas zupa", description = "Vistas buljonzupa ar baraviku sainīti, dārzeņiem un zaļumiem.", price = 14, itemID = ? },
  665.             }
  666.     },
  667.     { -- 17
  668.         name = "Juras veltes",
  669.         description = "",
  670.         { name = "Atoņkājis", description = "Lēni gatavots atskaņotājis ar zaļo zirnīšu, citronzāles biezeni, sparģeļiem, pasiona mērci.", price = 19, itemID = ? },
  671.         { name = "Garneles", description = "Lielās argentīnas garneles ar ķiploku sviestā ceptām sviesta pupiņām, pak-čoju un zaļumu mērci.", price = 29, itemID = ? },
  672.         { name = "Jūras velšu plate", description = "konjakā apsvilinātas jūras veltes ar pašgatavou citronzāles tomātu čantiju.", price = 27, itemID = ? },
  673.                 }
  674.     },
  675.     { -- 18
  676.         name = "Gaļas",
  677.         description = "",
  678.         { name = "karbonāde", description = "Jēra karbonāde ar kartupeļu biezeni, riekstu salsu un karamelizētu saldo sīpolu biezeni.", price = 29, itemID = ? },
  679.         { name = "Steiks", description = "Lielopa filejas steiks ar grill kartupeli, kabaci, ceptām sezonas sēnēm, dzelteno tomātu biezeni un kaulu mērci.", price = 28, itemID = ? },
  680.         { name = "Steiks", description = "RIB-EYE steiks ar jaunajiem kartupeļiem, cukini, kraukšģīgiem sīpoliem un kaulu mērci.", price = 36, itemID = ? },
  681.                     }
  682.     },
  683.     { -- 19
  684.         name = "Deserti",
  685.         description = "",
  686.         { name = "yuzu deserts", description = "Juzū augļa biezenis, medots džina gēls, baltā šokolāde, kokoss.", price = 8, itemID = ? },
  687.         { name = "Siera kūka", description = "Laima marmelāde, avene, bezē un kivi-avokadu saldējums.", price = 17, itemID = ? },
  688.         { name = "Panakota", description = "Ananāsu panakota ar malibu putām, lēni gatavots ananās, kokosriekstu biezenis, zemeņu-piparmetru sorbets.", price = 13, itemID = ? },
  689.         { name = "Fondats", description = "Avenes, šokolāde, aveņu mājas saldējums.", price = 13, itemID = ? },
  690.         { name = " ", description = "Meža zemeņu namelaka, šampanieša-rožu želeja, kraukšķis, plūškoka brulē krēms.", price = 14, itemID = ? },
  691.                 },
  692.     },
  693.     { -- 20
  694.         name = "Restorāns B class",
  695.         description = "",
  696.         image = "general.png",
  697.             },
  698.     { -- 21
  699.         name = "Dzērieni",
  700.         description = "",
  701.             { name = "Merlot. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 67, itemID = ?, minimum_age = 18 },
  702.             { name = "Airén. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 90, itemID = ?, minimum_age = 18 },
  703.             { name = "Tempranillo. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 167, itemID = ?, minimum_age = 18 },
  704.             { name = "Chardonnay. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 143, itemID = ?, minimum_age = 18 },
  705.             { name = "Louis Roederer Cristal šampanietis", description = "Dzirkstoš alhaholisks dzēriens speciāliem pasākumiem.", price = 76, itemID = ?, minimum_age = 18 },
  706.             { name = "Glāze baltvīna", description = "Glāze ar Airén. White baltvīnu .", price = 10, itemID = ?, minimum_age = 18 },
  707.             { name = "Glāze ar sarkanvīnu.", description = "Glāze ar Tempranillo. Red. sarkanvīnu.", price = 10, itemID = ?, minimum_age = 18 },
  708.             { name = "Glāze ar viskiju", description = "Glāze ar Jackdaniel viskiju.", price = 8, itemID = ?, minimum_age = 18 },
  709.             { name = "Glāze ar Louis Roederer Cristal šampanieti", description = "Glāze ar Louis Roederer Cristal šampanieti.", price = 13, itemID = ?, minimum_age = 18 },
  710.             { name = "Coca-Cola", description = "Atspirdzinošs dzēriens. Coca-cola.", price = 4, itemID = 9 },
  711.             { name = "Sprite", description = "Bezkrāsains atspirdzinošs dzēriens. Sprite .", price = 5, itemID = 300 },
  712.             { name = "Fanta", description = "Oranžs atspirdzinošs dzēriens. Fanta .", price = 4, itemID = 301 },
  713.             { name = "Tymbark multi augļu", description = "Sulas paka no Tymbark, multi augļu.", price = 8, itemID = 306 },
  714.             { name = "CIDO kazeņu", description = "Sulas paka no CIDO, kazeņu.", price = 3, itemID = 305 },        
  715.             { name = "CIDO apelsīnu", description = "Sulas paka no CIDO, apelsīnu.", price = 6, itemID = 307 },
  716.                     },
  717.     { -- 22
  718.         name = "Uzkodas",
  719.         description = "",
  720.         { name = "Garneles", description = "Grillētas garneles ar citronu mērci.", price = 18, itemID = ? },
  721.         { name = "kalmāru gredzeni", description = "kalmāru gredzeni ar citronu mērci.", price = 13, itemID = ? },
  722.         { name = "Garneles", description = "Grilētas garneles franču gaumē.", price = 12, itemID = ? },
  723.         { name = "sīpolu gredzeni", description = "Ķiploku gredzeni ar zaļumu mērci.", price = 10, itemID = ? },
  724.         { name = "Frizēti ziedkāposti", description = "Frizēti ziedkāposti ar majonēzi, diļu mērcē.", price = 10, itemID = ? },
  725.                         },
  726.     { -- 23
  727.         name = "Salāti",
  728.         description = "",
  729.         { name = "Tunča salāti", description = "Tunča salāti ar vālriekstiem.", price = 18, itemID = ? },
  730.         { name = "Melīšu salāti", description = "Cūku mēlītes ar šampinjoniem, tomātiem, sīpoliem, majonēzē.", price = 21, itemID = ? },
  731.         { name = "Grillēti siera salāti", description = "Grillēts siers, salātlapas, balzamiko mērce.", price = 16, itemID = ? },
  732.         { name = "Grieķu salāti", description = "Salātlapas, gurķis, sarkanie sīpoli, olīvas, Fetas siers, balzamiko mērce.", price = 14, itemID = ? },
  733.         { name = "Avokādu siera salāti", description = "Avokādu, siers, apelsīni, dzērvenes, olīveļa.", price = 14, itemID = ? },
  734.                             },
  735.     { -- 24
  736.         name = "Siltie ēdieni",
  737.         description = "",
  738.         { name = "Steiks", description = "Steiks amerikāņu stilā ar barbecue mērci.", price = 23, itemID = ? },
  739.         { name = "Zandarta fileja", description = "Zandarta fileja rīvmaizes garozīņā ar diļu mērci.", price = 18, itemID = ? },
  740.         { name = "Laša fileja", description = "Ļaša fileja uz iesmiņa.", price = 16, itemID = ? },
  741.         { name = "Pildīta vistas krūtiņa", description = "Vistas krūtiņa pildīta ar garnelēm un dillēm.", price = 13, itemID = ? },
  742.         { name = "Pildīta vistas krūtiņa", description = "Vistas krūtiņa pildīta ar konservētiem ananāsiem.", price = 13, itemID = ? },
  743.         { name = "Pildīta vistas krūtiņa", description = "Vistas krūtiņa pildīta ar Feta sieru un spinātiem.", price = 13, itemID = ? },
  744.         { name = "kartupeļu pankūkas", description = "kartupeļu pankūkas ar lasi un skābo krējumu.", price = 11, itemID = ? },
  745.         { name = "Makaroni", description = "Mājas makaroni ar pesto mērci.", price = 10, itemID = ? },
  746.         { name = "Makaroni", description = "Mājas makaroni ar garnelēm.", price = 12, itemID = ? },
  747.         { name = "Šnicele", description = "Šnicele pildīta ar sieru.", price = 8, itemID = ? },
  748.                                 },
  749.     { -- 25
  750.         name = "Saldie ēdieni",
  751.         description = "",
  752.         { name = "Firmas saldējums", description = "Saldējuma bumbiņas ar šokolādes glazūru.", price = 13, itemID = ? },
  753.         { name = "saldējums", description = "Saldējums ar medū ceptu rupjmaizi un zemeņu mērci.", price = 16, itemID = ? },
  754.         { name = "krējumsiera deserts", description = "krējumsiera deserts ar saldētām ogām.", price = 16, itemID = ? },
  755.         { name = "Saldējuma kokteilis", description = "Saldējuma kokteilis ar persiku sulu.", price = 9, itemID = ? },
  756.         { name = "Rafaeolo deserts", description = "Rafaeolo deserts ar malibu rumu.", price = 12, itemID = ? },
  757.         { name = "Krējumsiera deserts", description = "krējumsiera deserts ar Saldētām ogām.", price = 12, itemID = ? },
  758.                                     },
  759.     { -- 26
  760.         name = "karstie dzērieni",
  761.         description = "",
  762.         { name = "Tēja", description = "Tēja ar ingveru, citronu un medu.", price = 6, itemID = ? },
  763.         { name = "Tēja", description = "Zaļā tēja.", price = 4, itemID = ? },
  764.         { name = "Tēja", description = "Melnā tēja.", price = 4, itemID = ? },
  765.         { name = "Tēja", description = "Piparmētru tēja.", price = 4, itemID = ? },
  766.         { name = "Tēja", description = "Ogu tēja.", price = 4, itemID = ? },
  767.         { name = "Tēja", description = "Kumelīšu tēja.", price = 4, itemID = ? },
  768.         { name = "Kafija", description = "kafija no tikko maltām kafijas pupiņām ar pienu.", price = 4, itemID = ? },
  769.         { name = "Karstvīns", description = "Mājās gatavots karstvīns.", price = 7, itemID = ? },
  770.  
  771.  
  772.        
  773.     },
  774.     { -- 27
  775.         name = "Mēbeļu veikals",
  776.         description = "Labakas mebeles pilseta.",
  777.         image = "general.png",
  778.        
  779.         {
  780.             name = "Mebeles",
  781.             { name = "Datorkrēsls", description = "R&P Logistic", price = 100, itemID = 80, itemValue = "Datorkrēsls:1714", itemImage = "1714" },
  782.             { name = "Atpūtas Dīvāns", description = "R&P Logistic", price = 300, itemID = 80, itemValue = "Dīvāns:1723", itemImage = "1723"},
  783.             { name = "Drēbju skapis", description = "R&P Logistic", price = 350, itemID = 80, itemValue = "Skapis:2131", itemImage = "2131" },
  784.             { name = "Mazs skapītis ar izlietni", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Izlietne:2132", itemImage = "2132" },
  785.             { name = "Veļas mašīna", description = "R&P Logistic", price = 260, itemID = 80, itemValue = "VeļasMašīna:1208", itemImage = "1208" },
  786.             { name = "Vanna", description = "R&P Logistic", price = 150, itemID = 80, itemValue = "Vanna:2526", itemImage = "2526" },
  787.             { name = "Gulta #1", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Gulta:1745", itemImage = "1745" },
  788.             { name = "Gulta #2", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Gulta:1794", itemImage = "1794" },
  789.             { name = "Gulta #3", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Gulta:1799", itemImage = "1799" },
  790.             { name = "Televizors", description = "R&P Logistic", price = 140, itemID = 80, itemValue = "Televizors:1786", itemImage = "1786" },
  791.             { name = "Grils", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Grills:1481", itemImage = "1481" },
  792.             { name = "Mazs Galdiņš", description = "R&P Logistic", price = 150, itemID = 80, itemValue = "Galds:1516", itemImage = "1516" },
  793.             { name = "Biroja Galds", description = "R&P Logistic", price = 200, itemID = 80, itemValue = "Galds:2206", itemImage = "2206" },
  794.             { name = "Saliekams Krēsls", description = "R&P Logistic", price = 70, itemID = 80, itemValue = "kresls:1810", itemImage = "1810" },
  795.             { name = "Bāra Tipa Galds", description = "R&P Logistic", price = 400, itemID = 80, itemValue = "BāraTipaGalds:2366", itemImage = "2366" },
  796.             { name = "Karogs Ar Mastu", description = "R&P Logistic", price = 350, itemID = 80, itemValue = "KarogsArMastu:11245", itemImage = "11245" },
  797.             { name = "Neliels Skapis", description = "R&P Logistic", price = 550, itemID = 80, itemValue = "NelielsSkapis:2385", itemImage = "2385" },
  798.             { name = "Biljarda Galds", description = "R&P Logistic", price = 850, itemID = 80, itemValue = "BiljardaGalds:2964", itemImage = "2964" },
  799.             { name = "Gulta Ar Plauktiem", description = "R&P Logistic", price = 650, itemID = 80, itemValue = "GultaArPlauktiem:2300", itemImage = "2300" },
  800.             { name = "Izlietnes Iekārta #1", description = "R&P Logistic", price = 550, itemID = 80, itemValue = "IzlietnesIekarta:2132", itemImage = "2132" },
  801.             { name = "Izlietnes Iekārta #2", description = "R&P Logistic", price = 550, itemID = 80, itemValue = "IzlietnesIekarta:2136", itemImage = "2136" },
  802.             { name = "Gāzes Plīts Ar Tvaika Nosūcēju", description = "R&P Logistic", price = 750, itemID = 80, itemValue = "GazesPlitsArTNosuceju:2135", itemImage = "2135" },
  803.             { name = "Apaļš Galds", description = "R&P Logistic", price = 350, itemID = 80, itemValue = "ApaļšGalds:1819", itemImage = "1819" },
  804.             { name = "Ovāls Galds", description = "R&P Logistic", price = 350, itemID = 80, itemValue = "OvalsGalds:1815", itemImage = "1815" },
  805.             { name = "Metāla Galds", description = "R&P Logistic", price = 550, itemID = 80, itemValue = "MetālaGalds:937", itemImage = "937" },
  806.             { name = "Galdiņš", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Galds:1820", itemImage = "1820" },
  807.             { name = "Stikla Galds", description = "R&P Logistic", price = 500, itemID = 80, itemValue = "StiklaGalds:2024", itemImage = "2024" },
  808.             { name = "Kumode", description = "R&P Logistic", price = 650, itemID = 80, itemValue = "Kumode:2204", itemImage = "2204" },
  809.             { name = "Kumode Ar Televizoru", description = "R&P Logistic", price = 750, itemID = 80, itemValue = "KumodeArTelevizoru:2296", itemImage = "2296" },
  810.             { name = "Plaukts", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Plaukts:1744", itemImage = "1744" },
  811.             { name = "4x2 Galdiņš", description = "R&P Logistic", price = 450, itemID = 80, itemValue = "4x2Galds:2747", itemImage = "2747" },
  812.             { name = "Grāmatu Skapis", description = "R&P Logistic", price = 550, itemID = 80, itemValue = "GrāmatuSkapis:1742", itemImage = "1742" },
  813.             { name = "Tapetes", description = "R&P Logistic", price = 350, itemID = 147, itemValue = 1, itemImage = "333" },
  814.             { name = "Brieža ragi", description = "R&P Logistic", price = 150, itemID = 80, itemValue = "BriežaRagi:1736", itemImage = "1736" },
  815.             { name = "Sarkani skapīši", description = "R&P Logistic", price = 240, itemID = 80, itemValue = "Skapis:2130", itemImage = "2130" },
  816.             { name = "Sarkans liels skapis", description = "R&P Logistic", price = 350, itemID = 80, itemValue = "Skapis:2127", itemImage = "2127" },
  817.             { name = "TV ar skapi", description = "R&P Logistic", price = 230, itemID = 80, itemValue = "TVSkapis:2297", itemImage = "2297" },
  818.             { name = "Pods", description = "R&P Logistic", price = 70, itemID = 80, itemValue = "Pods:2528", itemImage = "2528" },
  819.             { name = "Trenežieris #1", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Trenežieris:2628", itemImage = "2628" },
  820.             { name = "Trenežieris #2", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Trenežieris:2627", itemImage = "2627" },
  821.             { name = "Trenežieris #3", description = "R&P Logistic", price = 250, itemID = 80, itemValue = "Trenežieris:2629", itemImage = "2629" },
  822.             { name = "Krēsls", description = "R&P Logistic", price = 70, itemID = 80, itemValue = "Krēsls:1711", itemImage = "1711" },
  823.             { name = "Āras krēsls", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Krēsls:1280", itemImage = "1280" },
  824.             { name = "Radiators", description = "R&P Logistic", price = 60, itemID = 80, itemValue = "Radiators:1738", itemImage = "1738" },
  825.             { name = "Televizors", description = "R&P Logistic", price = 140, itemID = 80, itemValue = "TV:1791", itemImage = "1791" },
  826.             { name = "Ūdens Automāts", description = "R&P Logistic", price = 80, itemID = 80, itemValue = "ŪdensAutomāts:1808", itemImage = "1808" },
  827.             { name = "Mikro krāsns", description = "R&P Logistic", price = 150, itemID = 80, itemValue = "Mikrene:2149", itemImage = "2149" },
  828.             { name = "Moderna tumba", description = "R&P Logistic", price = 110, itemID = 80, itemValue = "Tumba:2231", itemImage = "2231" },
  829.             { name = "Romantiska glezna", description = "R&P Logistic", price = 25, itemID = 80, itemValue = "Glezna:2255", itemImage = "2255" },
  830.             { name = "Basketbola grozs", description = "R&P Logistic", price = 125, itemID = 80, itemValue = "BasketGroz:3497", itemImage = "3497" },
  831.             { name = "LED lampiņa", description = "R&P Logistic", price = 30, itemID = 80, itemValue = "Led:2740", itemImage = "2740" },
  832.             { name = "Krēsli ar galdu", description = "R&P Logistic", price = 135, itemID = 80, itemValue = "KrēsliGalds:2617", itemImage = "2617" },
  833.             { name = "Galds", description = "R&P Logistic", price = 65, itemID = 80, itemValue = "Galds:2357", itemImage = "2357" },
  834.             { name = "Dīvāns", description = "R&P Logistic", price = 95, itemID = 80, itemValue = "Dīvāns:2290", itemImage = "2290" },
  835.             { name = "Metāla detektors", description = "R&P Logistic", price = 290, itemID = 80, itemValue = "Detektors:1892", itemImage = "1892" },
  836.             { name = "Izsēdēts dīvāns", description = "R&P Logistic", price = 30, itemID = 80, itemValue = "Dīvāns:1768", itemImage = "1768" },
  837.             { name = "Parasts dīvāns", description = "R&P Logistic", price = 35, itemID = 80, itemValue = "Dīvāns:1766", itemImage = "1766" },
  838.             { name = "Moderns dīvāns #1", description = "R&P Logistic", price = 55, itemID = 80, itemValue = "Dīvāns:1760", itemImage = "1760" },
  839.             { name = "Moderns dīvāns #2", description = "R&P Logistic", price = 55, itemID = 80, itemValue = "Dīvāns:1757", itemImage = "1757" },
  840.             { name = "Grieztu lampa", description = "R&P Logistic", price = 30, itemID = 80, itemValue = "Lampa:1734", itemImage = "1734" },
  841.             { name = "Garš stūra dīvāns", description = "R&P Logistic", price = 45, itemID = 80, itemValue = "Dīvāns:1709", itemImage = "1709" },
  842.             { name = "DJ aparatūra", description = "R&P Logistic", price = 200, itemID = 80, itemValue = "DJ:14820", itemImage = "14820" },
  843.             { name = "Galds ar plauktiem", description = "R&P Logistic", price = 45, itemID = 80, itemValue = "Galds:937", itemImage = "937" },
  844.             { name = "Sauļošanās krēsls", description = "R&P Logistic", price = 70, itemID = 80, itemValue = "Krēsls:1646", itemImage = "1646" },
  845.             { name = "Grāmatu plaukts", description = "R&P Logistic", price = 20, itemID = 80, itemValue = "GrāmatuPlaukts:1742", itemImage = "1742" },
  846.             { name = "Dokumentu atvilknes", description = "R&P Logistic", price = 35, itemID = 80, itemValue = "Atvilknes:2000", itemImage = "2000" },
  847.             { name = "Sekcija ar grāmatām", description = "R&P Logistic", price = 96, itemID = 80, itemValue = "Sekcija:2164", itemImage = "2164" },
  848.             { name = "Skapis", description = "R&P Logistic", price = 57, itemID = 80, itemValue = "Skapis:2167", itemImage = "2167" },
  849.             { name = "Plaukti", description = "R&P Logistic", price = 35, itemID = 80, itemValue = "Plaukti:2462", itemImage = "2462" },
  850.             { name = "Dzērienu ledusskapis", description = "R&P Logistic", price = 125, itemID = 80, itemValue = "Ledusskapis:2533", itemImage = "2533" },
  851.             { name = "Kameru TV", description = "R&P Logistic", price = 90, itemID = 80, itemValue = "KameruTV:2606", itemImage = "2606" },
  852.             { name = "Skapis ar pakaramajiem", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Skapis:2708", itemImage = "2708" },
  853.             { name = "Tāfele", description = "R&P Logistic", price = 25, itemID = 80, itemValue = "Tāfele:2737", itemImage = "2737" },
  854.             { name = "Žogs", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Žogs:970", itemImage = "970" },
  855.             { name = "Durvis", description = "R&P Logistic", price = 50, itemID = 80, itemValue = "Durvis:1502", itemImage = "1502" },
  856.             { name = "Miskaste Āra", description = "R&P Logistic", price = 55, itemID = 80, itemValue = "Miskaste:1344", itemImage = "1344" },
  857.             { name = "Ugunsdzēsēju ūdens ņemšanas vieta", description = "R&P Logistic", price = 150, itemID = 80, itemValue = "FIREHydrant:1366", itemImage = "1366" },
  858.             { name = "Publiski telefoni", description = "R&P Logistic", price = 300, itemID = 80, itemValue = "Telefoni:1363", itemImage = "1363" },
  859.             { name = "Pasta kaste", description = "R&P Logistic", price = 30, itemID = 80, itemValue = "Pasts:1287", itemImage = "1287" },
  860.             { name = "Ielu lampa #1", description = "R&P Logistic", price = 200, itemID = 80, itemValue = "IeluLampa:1232", itemImage = "1232" },
  861.             { name = "Puķu pods", description = "R&P Logistic", price = 20, itemID = 80, itemValue = "Puķes:15038", itemImage = "15038" },
  862.             { name = "Sarkanas puķes ārā", description = "R&P Logistic", price = 30, itemID = 80, itemValue = "Puķes:869", itemImage = "869" },
  863.             { name = "Fanta automāts", description = "Neveselīgs dzērienu automāts", price = 3500, itemID = 80, itemValue = "Fanta:955" },
  864.             { name = "Coca-Cola automāts", description = "Dzirkstošu dzērienu automāts", price = 3500, itemID = 80, itemValue = "Cocacola:1209" },
  865.             { name = "Uzkodu automāts", description = "Uzkodu maksas automāts", price = 3500, itemID = 80, itemValue = "Uzkodas:1776" }, 
  866.             { name = "Spēļu automāts", description = "Tetris aparats", price = 1650, itemID = 80, itemValue = "Game:2681" },        
  867.             { name = "Divvietīga gulta", description = "Moderna divvietīga gulta ", price = 800, itemID = ?, itemValue = ? },        
  868.             { name = "Stūra dīvāns", description = "Pelēks moderns stūra dīvāns ar sarkaniem spilveniem komplektā ", price = 760, itemID = ?, itemValue = ? },         
  869.             { name = "Stūra dīvāns", description = "Pelēks moderns stūra dīvāns ar pelēkiem spilveniem komplektā ", price = 760, itemID = ?, itemValue = ? },         
  870.             { name = "Koka skapīši", description = "Balti koka skapīši ", price = 430, itemID = ?, itemValue = ? },        
  871.             { name = "Koka skapīši", description = "Brūni' koka skapīši ", price = 430, itemID = ?, itemValue = ? },          
  872.             { name = "Maza kumode", description = "Maza balta kumode ", price = 330, itemID = ?, itemValue = ? },          
  873.             { name = "kumode", description = "balta kumode visām tavām drēbēm ", price = 330, itemID = ?, itemValue = ? },         
  874.             { name = "Izlietne ar skapīti", description = "Moderna izlietne ar pieliekamo zem tā ", price = 540, itemID = ?, itemValue = ? },        
  875.             { name = "Tualetes pods", description = "Moderns Tualetes pods tavai vannasistabai", price = 450, itemID = ?, itemValue = ? },         
  876.             { name = "Dvieļu pakaramais", description = "Apslidāms elektriskais dvieļu pakaramais", price = 450, itemID = ?, itemValue = ? },           
  877.             { name = "koka galds", description = "Koka galds ,kas perfekti iederēsies tavā virtuvē", price = 300, itemID = ?, itemValue = ? },          
  878.             { name = "krēsls", description = "Balts plastmasas piejauku krēsls bez atzvelknes", price = 300, itemID = ?, itemValue = ? },        
  879.             { name = "Virtuves galds ar izlietni", description = "Plats koka virtuves galds ar izlietni un skapīšiem", price = 710, itemID = ?, itemValue = ? },         
  880.             { name = "Izstabas dīvāns", description = "'pelēks, plats izstabas dīvāns", price = 520, itemID = ?, itemValue = ? },         
  881.             { name = "krēsls", description = "Pufīgs krēsls mīkstai sēdēšanai sarkanā krāsā", price = 310, itemID = ?, itemValue = ? },          
  882.             { name = "krēsls", description = "Pufīgs krēsls mīkstai sēdēšanai pelēkā krāsā", price = 520, itemID = ?, itemValue = ? },          
  883.             { name = "virtuves galds ar plīti", description = "Plašs virtuves galds ar plīti", price = 720, itemID = ?, itemValue = ? },                
  884.             { name = "Moderns virtuves nosūcējs", description = "Jaudīgs virtuves nosūcējs", price = 470, itemID = ?, itemValue = ? },                
  885.             { name = "Durvis", description = "Jaunas Ozolkoka durvis ar metāla rokturi", price = 280, itemID = ?, itemValue = ? },                    
  886.             { name = "Televizora galdīņšs", description = "Priedes galdiņšs ar skapīšiem un vietu televizoram", price = 330, itemID = ?, itemValue = ? },           
  887.         }
  888.     },
  889.     { -- 28
  890.         name = "Mehāniķu veikals",
  891.         description = "",
  892.         image = "general.png",
  893.        
  894.         {
  895.             name  = "Instrumenti",
  896.             { name = "Uzgriežņu atslēga", description = "", price = 25, itemID = 381 },
  897.            
  898.         }
  899.     },
  900.     { -- 29
  901.         name = "Narkotikas",
  902.         description = "",
  903.         image = "general.png",
  904.        
  905.         {
  906.             name = "Narkotikas"
  907.             { name = "Šķaidīts kokaīns", description = "Balta, pulverveida narkotika.Šķaidīta kokaīns 89% Piemīt tādi efekti kā eiforija, palielināta aktivitāte, nemirstības vai palielināta spēka sajūta.", price = 4000, itemID = 34 },
  908.             { name = "Šķaidīts kokaīns", description = "Balta, pulverveida narkotika. Šķaidīts kokains %45 Piemīt tādi efekti kā eiforija, palielināta aktivitāte, nemirstības vai palielināta spēka sajūta.", price = 4000, itemID = 34 },
  909.             { name = "Šķaidīts kokaīns", description = "Balta, pulverveida narkotika. Šķaidīts kokains %25 Piemīt tādi efekti kā eiforija, palielināta aktivitāte, nemirstības vai palielināta spēka sajūta.", price = 4000, itemID = 34 },
  910.             { name = "Morfīns", description = "Narkotika šķidrā vai tablešu veidā. Piemīt tādi efekti kā pretsāpes, miegainība.", price = 3000, itemID = 35 },
  911.             { name = "Zilais delfīns ekstāze", description = "Narkotika zilas krāsā, tablešu veidā. Piemīt tādi efekti kā paranoja, agresija, nemiers.", price = 4000, itemID = 36 },    
  912.             { name = "Baltais mercedes ekstāze", description = "Narkotika baltā krāsā, tablešu veidā. Piemīt tādi efekti kā paranoja, agresija, nemiers.", price = 4000, itemID = 36 },    
  913.             { name = "zilais dimants ekstāze", description = "Narkotika zilā krāsā, tablešu veidā. Piemīt tādi efekti kā paranoja, agresija, nemiers.", price = 4000, itemID = 36 },    
  914.             { name = "Heroīns", description = "Narkotika šķidrā vai pulverveidā. Piemīt tādi efekti kā pamazinātas sāpes, apjukums, neskaidra un lēna runa.", price = 4000, itemID = 37 },
  915.             { name = "Royal moby šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  916.             { name = "Amnesia haze šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  917.             { name = "Sour diesel šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  918.             { name = "Hulkberry šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  919.             { name = "Royal madre šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  920.             { name = "Power flover šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  921.             { name = "AK-47 šķirne marihuāna", description = "Narkotika, kuru satin un piešķiļ. Piemīt tādi efekti kā eiforija, pastiprinātas sajūtas, palielināta ēstgriba.", price = 3000, itemID = 38 },
  922.             { name = "Metamfetamīns", description = "Narkotika kristālu vai pulverveidā. Piemīt tādi efekti kā uzbudinājums, apjukums, gulēt negribēšana.", price = 4000, itemID = 39 },
  923.             { name = "Adrenalīns", description = "Narkotika šķidrā veidā. Piemīt tādi efekti kā palielinātas acu zīlītes, paātrināta sirds darbība, paātrināta asinsrite.", price = 4000, itemID = 40 },
  924.             { name = "LSD", description = "Narkotika ‘pastmarku’ veidā. Piemīt tādi efekti kā eiforija, palielināta enerģija.", price = 4000, itemID = 41 },
  925.             { name = "Sēnes", description = "Narkotika ‘sēņu’ veidā. Piemīt tādi efekti kā jūtīgs noskaņojums, savādāka laika un telpas uztvere.", price = 4000, itemID = 42 },
  926.             { name = "PCP", description = "Narkotika tablešu veidā. Piemīt tādi efekti kā agrevīsa uzvedība, nejūtīgums, atmiņas zudums, halucinācijas.", price = 4000, itemID = 42 },
  927.             { name = "Spice", description = "Kaliānu tīrīšanas līdzeklis.", price = 4000, itemID = 37  },
  928.         },    
  929.         {  
  930.             name = "Narkotiku veidošana",
  931.             { name = "Ķīmijas paliktnis ", description = "Instrumenti priekš narkotiku veidošanas.", price = 50000, itemID = 44 },
  932.             { name = "Kokaīna alkaloīds", description = "Tiek izmantots priekš kokaīna izveides.", price = 1500, itemID = 31 },
  933.             { name = "Neapstrādāts PCP", description = "Tiek izmantots priekš PCP izveides.", price = 1000, itemID = 33 },
  934.             { name = "Kanabis nezāle", description = "Tiek izmantota priekš marihuānas izveides.", price = 4000, itemID = 30 },
  935.         }
  936.     },
  937.     { -- 30
  938.         name = "Parasts NPC",
  939.         description = "",
  940.         image = "general.png",
  941.        
  942.         {
  943.             name = "Tukšs"
  944.         }
  945.     },
  946.     { -- 31
  947.         name = "Instrumentu veikals",
  948.         description = "",
  949.         image = "general.png",
  950.        
  951.         --[[{
  952.             name = "Power Tools",
  953.             { name = "Power Drill", description = "An electric battery operated drill.", price = 50, itemID = 80, itemValue = "Power Drill" },
  954.            
  955.         },
  956.         {
  957.             name = "Hand Tools",
  958.             { name = "Hammer", description = "An iron hammer.", price = 25, itemID = 80, itemValue = "Iron Hammer" },
  959.            
  960.         },
  961.         {
  962.             name = "Screws & Nails",
  963.             { name = "Phillips Screws", description = "A box of phillips screws.", price = 3, itemID = 80, itemValue = "Phillips Screws (100)" },
  964.            
  965.         },
  966.         {
  967.             name = "Misc.",
  968.             { name = "Bosch 6 Gallon Air Compressor", description = "A 6 gallon Bosch air compressor.", price = 300, itemID = 80, itemValue = "Bosch 6 Gallon Air Compressor" },
  969.            
  970.         }--]]
  971.     },
  972.     { -- 32
  973.         name = "Lombards",
  974.         description = " ",
  975.         image = "general.png",
  976.     },
  977.     { -- 33
  978.         name = "Frakciju NPC - Sadzīves preces",
  979.         description = " ",
  980.         image = "general.png",
  981.     },
  982.     { -- 34
  983.         name = "Frakciju NPC - Ieroči",
  984.         description = " ",
  985.         image = "general.png",
  986.     },
  987.     { --35
  988.  
  989.       name = "Tabakas izstrādājumu veikals",
  990.         description = "",
  991.         image = "cigar.png",
  992.         {
  993.         name = "Tabakas izstrādājumu veikals",
  994.         {name = "Amigos cigarellas", description = "Cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 362, itemValue = 20, minimum_age = 18 },
  995.         {name = "Ramon Allones cigārs", description = "Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  996.         {name = "Plasencia cosecha cigārs", description = "Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  997.         {name = "Montecristo nicaragua cigārs", description = "Pertfekts cigārs pēc lieliska biznesa darījuma.", price = 1340, itemID = 362, itemValue = 20, minimum_age = 18 },
  998.         {name = "Alec bradley cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 1740, minimum_age = 18 },
  999.         {name = "E.P. carillo encore majestick cigārs", description = "Vārdiem neaprakstām cigārs .", price = 23000, itemID = 362, itemValue = 1740, minimum_age = 18 },
  1000.         {name = "My father la opulencia toro cigārs", description = "Vārdiem neaprakstām cigārs .", price = 21000, itemID = 362, itemValue = 1740, minimum_age = 18 },
  1001.  
  1002.  
  1003.         },
  1004.     }, 
  1005.    
  1006.     { -- 36
  1007.  
  1008.         name = "Pulksteņu veikals",
  1009.         description = "",
  1010.         image = "general.png",
  1011.         {
  1012.             name = "Ādas pulksteņi",
  1013.             { name = "Vīriešu pulkstenis Tissot Couturier", description = "Parastu vīru pulkstenis", price = 360, itemID = 333 },
  1014.             { name = "IWC Portugieser Chronograph Classic", description = "Ists hronogrāfijas meistardarbs ", price = 12900, itemID = 335 },
  1015.             { name = "Hamilton orologi", description = "Hamiltona klasika", price = 1095, itemID = 337 },
  1016.             { name = "Rokas pulkstenis TISSOT V8", description = "Pušķis ar skaistiem ziediem.", price = 429, itemID = 356 },
  1017.             { name = "Tissot Luxury Automatic Men's Black Dial", description = "Luksusa klases tiktaks.", price = 1075, itemID = 339 },
  1018.             { name = "Tissot heritage visodate", description = "Tissot klasiskais ādinieks", price = 695, itemID = 340 }
  1019.         },
  1020.         {
  1021.             name = "Leģendārie pulksteņi",
  1022.             { name = "Rolex deep sea replica", description = "Ūdens mīļotāju izvēle", price = 15644, itemID = 354 },
  1023.             { name = "Rolex Yacht-Master II", description = "18 karātu zelta pulkstenis kapteinim", price = 31600, itemID = 355 }
  1024.  
  1025.        
  1026.  
  1027.         },
  1028.         {
  1029.             name = "Zelta pulksteņi",
  1030.             { name = "CASIO G Shock Limited", description = "Limitētas partijas pulkstenis", price = 1000, itemID = 336 },
  1031.             { name = "Tissot carson automatic gent", description = "Ists hronogrāfijas meistardarbs ", price = 795, itemID = 352 },
  1032.             { name = "Rolex limited", description = "Ists rolex", price = 11995, itemID = 353 },
  1033.             { name = "Rolex Sky Dweller Sundust Dial 18kt Everose Gold Mens", description = "18 karātu debesu pulkstenis.", price = 39065, itemID = 334 }
  1034.         },
  1035.         {
  1036.             name = "Digitālie  pulksteņi",
  1037.             { name = "CASIO G-Shoc", description = "Cassio classic", price = 1190, itemID = 341 },
  1038.             { name = "Casio G-Shock GX-56GB", description = "Casio G-Shock GX-56GB", price = 900, itemID = 342 },
  1039.             { name = "G-shock マッドマン", description = "Ar mīlestību no austrumu krasta", price = 567, itemID = 343 },
  1040.             { name = "G-SHOCK BRASIL", description = "Pušķis ar skaistiem ziediem.", price = 869, itemID = 344 },
  1041.             { name = "G-SHOCK BLACK X GOLD", description = "Melnais zelts.", price = 269, itemID = 345 },
  1042.             { name = "G-shock ga 110gb 1adr", description = "G-Shock", price = 113, itemID = 346 },
  1043.             { name = "Casio G-shock ราคาเริ่มต้น", description = "Allaha prieks un lepnums", price = 432, itemID = 347 },
  1044.             { name = "CASIO G-SHOCK Love The Sea And The Earth", description = "Ar mīlestību no jūras", price = 112, itemID = 348 },
  1045.             { name = "Sac de sport femme Adidas", description = "Adidas no krievijas ", price = 23, itemID = 349 },
  1046.             { name = "Black Silicone Band Square Frame Unisex Red LED", description = "Sarkanās gaismas led pulkstenis.", price = 33, itemID = 350 },
  1047.             { name = "Blue Silicone Band Square Frame Unisex Blue LED", description = "Zilās gaismas led bezdzimuma pulkstenis", price = 33, itemID = 351 }
  1048.         }
  1049.     }, 
  1050.     { -- 37
  1051.  
  1052.         name = "Kiosks",
  1053.         description = "",
  1054.         image = "general.png",
  1055.         {
  1056.             name = "Ādas pulksteņi",
  1057.             { name = "Vīriešu pulkstenis Tissot Couturier", description = "Parastu vīru pulkstenis", price = 360, itemID = 333 },
  1058.             { name = "IWC Portugieser Chronograph Classic", description = "Ists hronogrāfijas meistardarbs ", price = 12900, itemID = 335 },
  1059.             { name = "Hamilton orologi", description = "Hamiltona klasika", price = 1095, itemID = 337 },
  1060.             { name = "Rokas pulkstenis TISSOT V8", description = "Pušķis ar skaistiem ziediem.", price = 429, itemID = 356 },
  1061.             { name = "Tissot Luxury Automatic Men's Black Dial", description = "Luksusa klases tiktaks.", price = 1075, itemID = 339 },
  1062.             { name = "Tissot heritage visodate", description = "Tissot klasiskais ādinieks", price = 695, itemID = 340 }
  1063.         },
  1064.         {
  1065.             name = "Leģendārie pulksteņi",
  1066.             { name = "Rolex deep sea replica", description = "Ūdens mīļotāju izvēle", price = 15644, itemID = 354 },
  1067.             { name = "Rolex Yacht-Master II", description = "18 karātu zelta pulkstenis kapteinim", price = 31600, itemID = 355 }
  1068.  
  1069.        
  1070.  
  1071.         },
  1072.         {
  1073.             name = "Zelta pulksteņi",
  1074.             { name = "CASIO G Shock Limited", description = "Limitētas partijas pulkstenis", price = 1000, itemID = 336 },
  1075.             { name = "Tissot carson automatic gent", description = "Ists hronogrāfijas meistardarbs ", price = 795, itemID = 352 },
  1076.             { name = "Rolex limited", description = "Ists rolex", price = 11995, itemID = 353 },
  1077.             { name = "Rolex Sky Dweller Sundust Dial 18kt Everose Gold Mens", description = "18 karātu debesu pulkstenis.", price = 39065, itemID = 334 }
  1078.         },
  1079.         {
  1080.             name = "Digitālie  pulksteņi",
  1081.             { name = "CASIO G-Shoc", description = "Cassio classic", price = 1190, itemID = 341 },
  1082.             { name = "Casio G-Shock GX-56GB", description = "Casio G-Shock GX-56GB", price = 900, itemID = 342 },
  1083.             { name = "G-shock マッドマン", description = "Ar mīlestību no austrumu krasta", price = 567, itemID = 343 },
  1084.             { name = "G-SHOCK BRASIL", description = "Pušķis ar skaistiem ziediem.", price = 869, itemID = 344 },
  1085.             { name = "G-SHOCK BLACK X GOLD", description = "Melnais zelts.", price = 269, itemID = 345 },
  1086.             { name = "G-shock ga 110gb 1adr", description = "G-Shock", price = 113, itemID = 346 },
  1087.             { name = "Casio G-shock ราคาเริ่มต้น", description = "Allaha prieks un lepnums", price = 432, itemID = 347 },
  1088.             { name = "CASIO G-SHOCK Love The Sea And The Earth", description = "Ar mīlestību no jūras", price = 112, itemID = 348 },
  1089.             { name = "Sac de sport femme Adidas", description = "Adidas no krievijas ", price = 23, itemID = 349 },
  1090.             { name = "Black Silicone Band Square Frame Unisex Red LED", description = "Sarkanās gaismas led pulkstenis.", price = 33, itemID = 350 },
  1091.             { name = "Blue Silicone Band Square Frame Unisex Blue LED", description = "Zilās gaismas led bezdzimuma pulkstenis", price = 33, itemID = 351 }
  1092.         },
  1093.         {
  1094.             name = "Gredzeni",
  1095.             { name = "Emely 4 gredzens", description = "Sudraba gredzens ar baltā zelta kristāliņiem", price = 1190, itemID = ? },
  1096.             { name = "Jodie gredzens", description = "Zelta gredzens ar brilijantu", price = 1500, itemID = ? },
  1097.             { name = "Cato gredzens", description = "Apzeltīts gredzens ", price = 750, itemID = ? },
  1098.             { name = "Quinty gredzens", description = "Sudraba gredzens ar grebumiem ", price = 550, itemID = ? },
  1099.                     },
  1100.         {
  1101.             name = "Sieviešu rokassprādzes",
  1102.             { name = "Rokassprādze", description = "Sudraba rokassprādze ar maziem brijilantiem", price = 640, itemID = ? },
  1103.             { name = "Rokassprādze", description = "Metāla rokasspradze ar maziem brijilantiem", price = 670, itemID = ? },
  1104.             { name = "Rokassprādze", description = "Zelta rokasspradze ar maziem brijilantiem", price = 830, itemID = ? },
  1105.             { name = "Sudraba kaklarota", description = "Sudraba kaklarota ar brilijantiem", price = 900, itemID = ? },
  1106.             { name = "Zelta kaklarota", description = "Zelta kaklarota ar brilijantiem", price = 1200, itemID = ? },
  1107.             { name = "Zelta kaklarota", description = "Zelta kaklarota ar violetiem rubīniem", price = 1343, itemID = ? },
  1108.             { name = "Auskari", description = "Sudraba kaklarota ar brilijantu", price = 350, itemID = ? },
  1109.  
  1110.         }
  1111.     }, 
  1112.     { -- 38
  1113.         name = "Ķiveres",
  1114.         description = "",
  1115.         image = "",
  1116.        
  1117.         {
  1118.             name = "Mototransporta veikals",
  1119.             { name = "Motokrosa ķivere", description = "Melna ķivere", price = 150, itemID = 90 },
  1120.             { name = "Motocikla ķivere", description = "Ideāla priekš motociklistiem", price = 400, itemID = 172 },         
  1121.             { name = "Baikeru ķivere", description = "Ideāla priekš baikeriem", price = 300, itemID = 171 },
  1122.  
  1123.         }
  1124.     },
  1125.  
  1126.     { -- 39
  1127.         name = "Makšķerēšanas piederumu veikals",
  1128.         description = "",
  1129.         image = "",
  1130.        
  1131.         {
  1132.             name = "zvejnieka bodīte",
  1133.             { name = "Makšķere", description = "", price = 500, itemID = 49 },
  1134.             { name = "Zivs spainis", description = "Spainis, kur glabāt zivis", price = 600, itemID = 398 },
  1135.             { -- 1
  1136.         name = "Pārtikas veikals ",
  1137.         description = "",
  1138.         image = "general.png",
  1139.        
  1140.         {
  1141.             name = "pārtikas preces (A class)",
  1142.             { name = "baltmaize", description = "Svaigi cepta baltmaize.", price = 17, itemID = ? },
  1143.             { name = "Rupjmaize", description = "Svaigi cepta rupjmaize.", price = 15, itemID = ? },
  1144.             { name = "kruasāns", description = "Svaigi cepts kruasāns tikko no krāsns", price = 5, itemID = ? },
  1145.             { name = "Tomāti", description = "Svaigi tomāti", price = 8, itemID = ? },
  1146.             { name = "ābols", description = "Svaigi ābols", price = 7, itemID = ? },
  1147.             { name = "bumbiers", description = "Svaigi bumbiers", price = 6, itemID = ? },
  1148.             { name = "Gurķis", description = "Svaigi Gurķis", price = 6, itemID = ? },
  1149.             { name = "Kāposts", description = "Svaigi Kāposts", price = 4, itemID = ? },
  1150.             { name = "burkāns", description = "Svaigs burkāns", price = 6, itemID = ? },
  1151.             { name = "vafele", description = "kraukšķīga vafele ar iebiezināto pienu.", price = 9, itemID = 108 },
  1152.             { name = "Cepumu kārba", description = "Cepumu kārba ar Oreo cepumiem.", price = 10, itemID = ? },
  1153.             { name = "Čipsu paka", description = "Čipsi ar Tomāto garšu.", price = 7, itemID = ? },
  1154.             { name = "Čipsu paka", description = "Čipsi ar Siera garšu.", price = 7, itemID = ? },
  1155.                },  
  1156.         },     
  1157.         {
  1158.             name = "Bezalkoholiskie dzērieni",
  1159.             { name = "Piens", description = "Pasterizēts piens 2.0% tetra pakā.", price = 6, itemID = 309 },
  1160.             { name = "Vīnogu sula", description = "Vīnogu sula tetra kastē", price = 9, itemID = 305 },
  1161.             { name = "Abolu sula", description = "Abolu sula tetra kastē", price = 10, itemID = 309 },
  1162.             { name = "Multiaugļu sula", description = "Multiaugļu sula tetra kastē", price = 11, itemID = 307 },
  1163.             { name = "Sprite", description = "Bezkrāsains atspirdzinošs dzēriens. Sprite .", price = 7, itemID = 300 },
  1164.             { name = "Fanta", description = "Oranžs atspirdzinošs dzēriens. Fanta .", price = 6, itemID = 301 },
  1165.             { name = "Monster enerģijas dzēriens", description = "Enerģiju dodoš Monster enerģijas dzēriens  .", price = 13, itemID = 303 },
  1166.             { name = "RedBull enerģijas dzēriens", description = "Enerģiju dodoš Redbull enerģijas dzēriens.", price = 17, itemID = 304 },
  1167.             },
  1168.         {
  1169.             name = "Alkoholiskie dzērieni",
  1170.             { name = "Absolut Vodka", description = "ja dzīve tev dod tev citronus taisi sulu ,bet neaizmirsti piejauktu vodku.", price = 40, itemID = 40, minimum_age = 18 },
  1171.             { name = "Jack Daniels", description = "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", price = 25, itemID = 73, minimum_age = 18 },
  1172.             { name = "Jager Master", description = "Ar Jagermasteru tu būsi sava liķiera meistars.", price = 43, itemID = ?, minimum_age = 18 },
  1173.             { name = "hennessy", description = "Nemainījies dzēriens kopš 1765 gada.", price = 89, itemID = ?, minimum_age = 18 },
  1174.             { name = "Jim Beam", description = "Paceļam glazītes par to ,kas ir pudelē.", price = 31, itemID = ?, minimum_age = 18 },
  1175.             { name = "Henken Alus", description = "Par tām naktīm pavadītām ar draugiem un ģimeni.", price = 10, itemID = ?, minimum_age = 18 },
  1176.             { name = "Merlot. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 67, itemID = ?, minimum_age = 18 },
  1177.             { name = "Airén. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 90, itemID = ?, minimum_age = 18 },
  1178.             { name = "Tempranillo. Red. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 167, itemID = ?, minimum_age = 18 },
  1179.             { name = "Chardonnay. White. vīns", description = "Romantiskām vakariņam, randiņiem.", price = 143, itemID = ?, minimum_age = 18 },
  1180.             { name = "Jack Daniels honey", description = "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", price = 76, itemID = ?, minimum_age = 18 },
  1181.             { name = "OakHeart", description = "Padarīs visu vakaru leģendāru.", price = 71, itemID = ?, minimum_age = 18 },
  1182.             { name = "Louis Roederer Cristal šampanietis", description = "Dzirkstoš alhaholisks dzēriens speciāliem pasākumiem.", price = 76, itemID = ?, minimum_age = 18 },
  1183.  
  1184.     {
  1185.         name = "Cigaretes",
  1186.         {name = "Kent cigaretes", description = "Kent cigaretes priekš tavas atkarības apmierināšanas.", price = 8, itemID = 357, itemValue = 20, minimum_age = 18 },
  1187.         {name = "LM cigaretes", description = " LM cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 358, itemValue = 20, minimum_age = 18 },
  1188.         {name = "Marlboro cigaretes", description = "Marlboro cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 359, itemValue = 20, minimum_age = 18 },
  1189.         {name = "Winston cigaretes", description = "Winston cigaretes priekš tavas atkarības apmierināšanas.", price = 9, itemID =360, itemValue = 20, minimum_age = 18 },
  1190.         {name = "Chesterfield cigaretes", description = "Chesterfield cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 361, itemValue = 20, minimum_age = 18 },
  1191.         {name = "Camel cigaretes", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 7, itemID = 362, itemValue = 20, minimum_age = 18 },
  1192.         {name = "Parlament cigaretes", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 9, itemID = 362, itemValue = 20, minimum_age = 18 },
  1193.         {name = "Kent cigarellas", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 5, itemID = 362, itemValue = 20, minimum_age = 18 },
  1194.         {name = "Kent cigarellas", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 5, itemID = 362, itemValue = 20, minimum_age = 18 },
  1195.         {name = "Amigos cigarellas", description = Camel" cigaretes priekš tavas atkarības apmierināšanas.", price = 6, itemID = 362, itemValue = 20, minimum_age = 18 },
  1196.         {name = "Ramon Allones cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  1197.         {name = "Plasencia cosecha cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 20, minimum_age = 18 },
  1198.         {name = "Montecristo nicaragua cigārs", description = Camel"Pertfekts cigārs pēc lieliska biznesa darījuma.", price = 1340, itemID = 362, itemValue = 20, minimum_age = 18 },
  1199.         {name = "Alec bradley cigārs", description = Camel"Cigārs tādiem mirkļiem ,kas jaatzīmē.", price = 11, itemID = 362, itemValue = 1740, minimum_age = 18 },   
  1200.                 { -- 1
  1201.         name = "Cietuma ēdnīca",
  1202.         description = "",
  1203.         image = "general.png",
  1204.        
  1205.         {
  1206.             name = "Cietuma ēdnīca",
  1207.             { name = " Vecs piens", description = "Pasterizēts piens 2.0% tetra pakā ar beigušos termiņu.", price = 0, itemID = 309 },
  1208.             { name = "Kompleksās pusdienas ", description = "Grūbu putra ar zivs kotletēm.", price = 0, itemID = 59 },
  1209.             { name = "Kompleksās pusdienas", description = "Pārvārīti kartupeļi ar pārceptām ķotletēm.", price = 0, itemID = 92 },
  1210.             { name = "Kompleksās pusdienas", description = "Pārvārīti rīsi ar gaļas mērci un Lielopa karbonāde.", price = 0, itemID = 93 },
  1211.             { name = "Kanža", description = "Ļoti stiprs alhahola paveids.", price = 0, itemID = 93 },
  1212.  
  1213.            
  1214.  
  1215.         }
  1216.     },
  1217.    
  1218.    
  1219. }  
  1220.  
  1221. function loadLanguages( )
  1222.     local shop = g_shops[ 10 ]
  1223.     for i = 1, exports['language-system']:getLanguageCount() do
  1224.         local ln = exports['language-system']:getLanguageName(i)
  1225.         if ln then
  1226.             table.insert( shop[1], { name = ln .. " Dictionary", description = "A Dictionary, useful for learning " .. ln .. ".", price = 25, itemID = 69, itemValue = i } )
  1227.         end
  1228.     end
  1229. end
  1230.  
  1231. addEventHandler( "onResourceStart", resourceRoot, loadLanguages )
  1232. addEventHandler( "onClientResourceStart", resourceRoot, loadLanguages )
  1233.  
  1234. -- util
  1235.  
  1236. function getItemFromIndex( shop_type, index )
  1237.     local shop = g_shops[ shop_type ]
  1238.     if shop then
  1239.         for _, category in ipairs( shop ) do
  1240.             if index <= #category then
  1241.                 return category[index]
  1242.             else
  1243.                 index = index - #category
  1244.             end
  1245.         end
  1246.     end
  1247. end
  1248.  
  1249. --
  1250. --local simplesmallcache = {}
  1251. function updateItems( shop_type, race, gender )
  1252.     if shop_type == 5 then -- clothes shop
  1253.         -- one simple small cache it is - prevents us from creating those tables again and again
  1254.         --[[
  1255.         local c = simplesmallcache[tostring(race) .. "|" .. tostring(gender)]
  1256.         if c then
  1257.             shop = c
  1258.             return
  1259.         end
  1260.         ]]
  1261.        
  1262.         -- load the shop
  1263.         local shop = g_shops[shop_type]
  1264.        
  1265.         -- clear all items
  1266.         for _, category in ipairs(shop) do
  1267.             while #category > 8 do
  1268.                 table.remove( category, i )
  1269.             end
  1270.         end
  1271.        
  1272.         -- uber complex logic to add skins
  1273.         local nat = {}
  1274.         local availableskins = fittingskins[gender][race]
  1275.         table.sort(availableskins)
  1276.         for k, v in ipairs(availableskins) do
  1277.             table.insert( shop[1], { name = "Kolekcija #" .. v, description = "Drēbju kolekcija #" .. v .. ".", price = 50, itemID = 16, itemValue = v, fitting = true } )
  1278.             nat[v] = true
  1279.         end
  1280.        
  1281.         local otherSkins = {}
  1282.         for gendr = 0, 1 do
  1283.             for rac = 0, 2 do
  1284.                 if gendr ~= gender or rac ~= race then
  1285.                     for k, v in pairs(fittingskins[gendr][rac]) do
  1286.                         if not nat[v] then
  1287.                             table.insert(otherSkins, v)
  1288.                         end
  1289.                     end
  1290.                 end
  1291.             end
  1292.         end
  1293.         table.sort(otherSkins)
  1294.        
  1295.         for k, v in ipairs(otherSkins) do
  1296.             table.insert( shop[2], { name = "Kolekcija #" .. v, description = "Drēbu kolekcija #" .. v .." (( Skins neatbilst tavam personāžam ))", price = 50, itemID = 16, itemValue = v } )
  1297.         end
  1298.        
  1299.         -- simplesmallcache[tostring(race) .. "|" .. tostring(gender)] = shop
  1300.     elseif shop_type == 14 then
  1301.         -- param (race)= vehicle model
  1302.         --[[local c = simplesmallcache["vm"]
  1303.         if c then
  1304.             return
  1305.         end]]
  1306.        
  1307.  
  1308.         for v = 1000, 1193 do
  1309.             if vehicle_upgrades[v-999] then
  1310.                 local str = exports['item-system']:getItemDescription( 114, v )
  1311.                
  1312.                 local p = str:find("%(")
  1313.                 local vehicleName = ""
  1314.                 if p then
  1315.                     vehicleName = str:sub(p+1, #str-1) .. " - "
  1316.                     str = str:sub(1, p-2)
  1317.                 end
  1318.                 table.insert( shop[1], { name = vehicleName .. ( getVehicleUpgradeSlotName(v) or "Lights" ), description = str, price = vehicle_upgrades[v-999][2], itemID = 114, itemValue = v})
  1319.             end
  1320.         end
  1321.        
  1322.         --simplesmallcache["vm"] = true
  1323.     end
  1324. end
  1325.  
  1326. function getFittingSkins()
  1327.     return fittingskins
  1328. end
  1329.  
  1330. --Faction Drop
  1331. weaponList = {
  1332. --  ItemID, ItemValue, ItemName
  1333.     {115, 22, "Colt 45"},
  1334.     {116, 22, "Ammo for Colt 45"},
  1335.     {115, 24, "Deagle"},
  1336.     {116, 24, "Ammo for Deagle"},
  1337.     {115, 23, "Silenced"},
  1338.     {116, 23, "Ammo for Silenced"},
  1339.     {115, 25, "Shotgun"},
  1340.     {116, 25, "Ammo for Shotgun"},
  1341.     {115, 32, "Tec-9"},
  1342.     {116, 32, "Ammo for Tec-9"},
  1343.     {115, 28, "Uzi"},
  1344.     {116, 28, "Ammo for Uzi"},
  1345.     {115, 29, "MP5"},
  1346.     {116, 29, "Ammo for MP5"},
  1347.     {115, 30, "AK-47"},
  1348.     {116, 30, "Ammo for AK-47"},
  1349.     {115, 31, "M4A1"},
  1350.     {116, 31, "Ammo for M4A1"},
  1351.     {115, 18, "Molotov"},
  1352.     {116, 18, "Ammo for Molotov"},
  1353.     {115, 3, "Nightstick"},
  1354.     {116, 3, "Ammo for Nightstick"},
  1355.     {115, 8, "Katana"},
  1356.     {116, 8, "Ammo for Katana"},
  1357.     {115, 9, "Chainsaw"},
  1358.     {116, 9, "Ammo for Chainsaw"},
  1359.     {115, 1, "Brass Knuckles"},
  1360.     {116, 1, "Ammo for Brass Knuckles"},
  1361.     {115, 34, "Sniper"},
  1362.     {116, 34, "Ammo for Sniper"},
  1363.     {115, 26, "Sawed-off"},
  1364.     {116, 26, "Ammo for Sawed-off"},
  1365.     {115, 33, "Country Rifle"},
  1366.     {116, 33, "Ammo for Country Rifle"},
  1367.     {115, 27, "Combat Shotgun"},
  1368.     {116, 27, "Ammo for Combat Shotgun"},
  1369.     {115, 35, "Rocket Launcher"},
  1370.     {116, 35, "Ammo for Rocket Launcher"},
  1371. }
  1372. --------------------------------------------------------------------------------------------------
  1373. -- item sistēma
  1374. g_items = { -- līdz 115 notestēts
  1375.     [1] = { "Hotdogs", "Taukains hotdogs ar cīsiņu mīklā.", 1, 2703, 205, 205, 0, 0.01, weight = 0.1 },
  1376.     [2] = { "Iphone", "Apple tālruņa izgudrojums.", 7, 330, 90, 90, 0, 0, weight = 0.3 },
  1377.     [3] = { "Transportlīdzekļa atslēga", "Atslēga.", 2, 1581, 270, 270, 0, 0, weight = 0.1 },
  1378.     [4] = { "Mājas atslēga", "Atslēga.", 2, 1581, 270, 270, 0, 0, weight = 0.1 },
  1379.     [5] = { "Biznesa atslēga", "Atslēga.", 2, 1581, 270, 270, 0, 0, weight = 0.1 },
  1380.     [6] = { "Rācija", "Melna rācija.", 7, 364, 0, 0, 0, 0.05, weight = 0.2 },
  1381.     [7] = { "Telefongrāmata", "Grāmata ar numuriem.", 5, 2824, 0, 0, 0, -0.01, weight = 2 },
  1382.     [8] = { "Sviestmaize", "Garda maizīte ar sieru.", 1, 2355, 205, 205, 0, 0.06, weight = 0.3 },
  1383.     [9] = { "Coca-Cola", "Atspirdzinošs dzēriens. Coca-cola.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1384.     [10] = { "Metamais kauliņš", "Spēļu kauliņš ar 4 pusēm.", 4, 1271, 0, 0, 0, 0.285, weight = 0.1 },
  1385.     [11] = { "Tako", "Ass meksikāņu ēdiens.", 1, 2769, 205, 205, 0, 0.06, weight = 0.1 },
  1386.     [12] = { "Burgeris", "Dubultais burgeris ar sieru un bekonu.", 1, 2703, 270, 0, 0, 0.06, weight = 0.3 },
  1387.     [13] = { "Paka ar virtuļiem", "Salds un lipīgs virtulis.", 1, 2222, 0, 0, 0, 0.07, weight = 0.2 },
  1388.     [14] = { "Paka ar cepumiem", "Garda paka ar Oreo cepumiem.", 1, 2222, 0, 0, 0, 0.07, weight = 0.1 },
  1389.     [15] = { "Minerālūdens", "Pudele ar gāzētu ūdeni.", 1, 1484, -15, 30, 0, 0.2, weight = 1 },
  1390.     [16] = { "Apģērbs", "(( ID ##v ))", 6, 2386, 0, 0, 0, 0.1, weight = 1 },
  1391.     [17] = { "Pulkstenis", "Rokas pulkstenis.", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1392.     [18] = { "Ceļvedis", "Pilsētas gids.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1393.     [19] = { "MP3 Atskaņotājs", "Iespēja klausīties radio.", 7, 1210, 270, 0, 0, 0.1, weight = 0.1 },
  1394.     [20] = { "Standarta kaušanās cīņas mākslas grāmata", "A book on how to do standard fighting.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1395.     [21] = { "Boksa mācošās cīņas grāmata", "A book on how to do boxing.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1396.     [22] = { "Kung Fu mācošās cīņas grāmata", "A book on how to do kung fu.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1397.     [23] = { "Ar kāju pa galvu kaušanās mākslas cīņas grāmata", "A book on how to do grab kick fighting.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1398.     [24] = { "Satver un sit kaušanās mākslas cīņas grāmata", "A book on how to do elbow fighting.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1399.     [25] = { "Elkoņa kaušanās mākslas cīņas grāmata", "A book on how to do elbow fighting.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1400.     [26] = { "Gāzes maska", "A black gas mask, blocks out the effects of gas and flashbangs.", 6, 2386, 0, 0, 0, 0.1, weight = 0.5 },
  1401.     [27] = { "Flashbang", "Neliela granāta, kura rada spožu gaismas uzliesmojumu.", 4, 343, 0, 0, 0, 0.1, weight = 0.2 },
  1402.     [28] = { "Glowstick", "A green glowstick.", 4, 343, 0, 0, 0, 0.1, weight = 0.2 },
  1403.     [29] = { "Lauznis", "Zils metāla durvju lauznis.", 4, 2045, 90, 0, 0, 0.05, weight = 3 },
  1404.     [30] = { "Cannabis Sativa", "Cannabis Sativa, when mixed can create some strong drugs.", 3, 1279, 0, 0, 0, 0, weight = 0.1 },
  1405.     [31] = { "Cocaine Alkaloid", "Cocaine Alkaloid, when mixed can create some strong drugs.", 3, 1279, 0, 0, 0, 0, weight = 0.1 },
  1406.     [32] = { "Lysergic Acid", "Lysergic Acid, when mixed can create some strong drugs.", 3, 1279, 0, 0, 0, 0, weight = 0.1 },
  1407.     [33] = { "Unprocessed PCP", "Unprocessed PCP, when mixed can create some strong drugs.", 3, 1279, 0, 0, 0, 0, weight = 0.1 },
  1408.     [34] = { "Kokaīns", "A powder-like substance giving a huge energy kick.", 3, 1575, 0, 0, 0, 0, weight = 0.1 },
  1409.     [35] = { "Morfīns", "A pill or liquid substance with strong effects.", 3, 1578, 0, 0, 0, -0.02, weight = 0.1 },
  1410.     [36] = { "Ekstezī", "Pills with strong visuals and europhoria.", 3, 1576, 0, 0, 0, 0.07, weight = 0.1 },
  1411.     [37] = { "Heroins", "A powder-like or liquid substance with strong slowing effects and heavy europhoria.", 3, 1579, 0, 0, 0, 0, weight = 0.1 },
  1412.     [38] = { "Marihuāna", "Green, good tasting weed.", 3, 3044, 0, 0, 0, 0.04, weight = 0.1 },
  1413.     [39] = { "Metamfetamīns", "A crystal-like substance with strong energy kicking effects.", 3, 1580, 0, 0, 0, 0, weight = 0.1 },
  1414.     [40] = { "Epinephrine (Adrenaline)", "Epinephrine - a liquid substance that boosts adrenaline.", 3, 1575, 0, 0, 0, -0.02, weight = 0.1 },
  1415.     [41] = { "LSD", "Lysergic acid with diethylamide, gives funny visuals.", 3, 1576, 0, 0, 0, 0, weight = 0.1 },
  1416.     [42] = { "Shrooms", "Dry golden teacher mushrooms.", 3, 1577, 0, 0, 0, 0, weight = 0.1 },
  1417.     [43] = { "PCP", "Phencyclidine powder.", 3, 1578, 0, 0, 0, 0, weight = 0.1 },
  1418.     [44] = { "Ķīmijas paliktnis", "A small chemistry set.", 4, 1210, 90, 0, 0, 0.1, weight = 3 },
  1419.     [45] = { "Rokudzelži", "Policijas ekipējums.", 4, 2386, 0, 0, 0, 0.1, weight = 0.4 },
  1420.     [46] = { "Virve", "Gara,stingra virve.", 4, 1271, 0, 0, 0, 0.285, weight = 0.3 },
  1421.     [47] = { "Rokudzelžu atslēga", "Atslēga.", 4, 1271, 0, 0, 0, 0.1, weight = 0.05 },
  1422.     [48] = { "Mugursoma", "Soma,kura palielina vietu.", 4, 3026, 270, 0, 0, 0, weight = 1 },
  1423.     [49] = { "Makšķere", "Copētāju hobijiem.", 4, 338, 80, 0, 0, -0.02, weight = 1.5 },
  1424.     [50] = { "Los Santos Lielceļu kodi", "The Los Santos Highway Code.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1425.     [51] = { "Ķīmija 101",  "An Introduction to Useful Chemistry.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1426.     [52] = { "Policijas instrukcija", "Instrukcija.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 },
  1427.     [53] = { "Alkometrs", "Alkometrs.", 4, 1271, 0, 0, 0, 0.285, weight = 0.2 },
  1428.     [54] = { "Maģis", "Parocīgs rādio.", 7, 2226, 0, 0, 0, 0, weight = 3 },
  1429.     [55] = { "Biznesa karte", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, --Steven Pullman - L.V. Freight Depot, Tel: 12555
  1430.     [56] = { "Maska", "Slēpošanas maska.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 },
  1431.     [57] = { "Degvielas kanna", "Sarkana kanna.", 4, 1650, 0, 0, 0, 0.30, weight = 1 }, -- would prolly to make sense to make it heavier if filled
  1432.     [58] = { "Alus", "Labākais alus brūvējums.", 1, 1950, 0, 0, 0, 0.15, weight = 1 },
  1433.     [59] = { "Mudkip", "So i herd u liek mudkips? mabako's Favorite.", 1, 1579, 0, 0, 0, 0, weight = 0 },
  1434.     [60] = { "Seifs", "Vieta,kur uzglabāt savus priekšmetus.", 4, 2332, 0, 0, 0, 0, weight = 5 },
  1435.     [61] = { "Emergency Light Strobes", "An Emergency Light Strobe which you can put on you car.", 7, 1210, 270, 0, 0, 0.1, weight = 0.1 },
  1436.     [62] = { "Bastradov Vodka", "Priekš draugiem,lai jautrāk.", 1, 1668, 0, 0, 0, 0.25, weight = 1 },
  1437.     [63] = { "Scottish Viskijs", "Labākais Los Santos viskijs.", 1, 1512, 0, 0, 0, 0.25, weight = 1 },
  1438.     [64] = { "LSPD žetons", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1439.     [65] = { "LSFD žetons", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1440.     [66] = { "Acu pārsejs", "Melna lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.1 },
  1441.     [67] = { "GPS", "(( This item is currently disabled. ))", 6, 1210, 270, 0, 0, 0.1, weight = 0.8 },
  1442.     [68] = { "Loterijas biļete", "Los Santos loterijas biļete.", 6, 2894, 0, 0, 0, -0.01, weight = 0.1 },
  1443.     [69] = { "Vārdnīca", "Tulkotājs.", 5, 2824, 0, 0, 0, -0.01, weight = 1.5 },
  1444.     [70] = { "Aptieciņa", "Pirmā palīdzība. Izmantojama #v reizes.", 4, 1240, 90, 0, 0, 0.05, weight = function(v) return v/3 end },
  1445.     [71] = { "Lapiņa", "Maza lapiņa. Palikušas #v lapiņas. ((/writenote))", 4, 2894, 0, 0, 0, -0.01, weight = function(v) return v*0.01 end },
  1446.     [72] = { "Burtnīca", "Būtu izlasāms: #v", 4, 2894, 0, 0, 0, -0.01, weight = 0.01 },
  1447.     [73] = { "Elevatoru slēdzins", "Pults.", 2, 364, 0, 0, 0, 0.05, weight = 0.3 },
  1448.     [74] = { "Bomba", "What could possibly happen when you use this?", 4, 363, 270, 0, 0, 0.05, weight = 100000 },
  1449.     [75] = { "Bombas slēdzis", "Has a funny red button.", 4, 364, 0, 0, 0, 0.05, weight = 100000 },
  1450.     [76] = { "Riot Shield", "A heavy riot shield.", 4, 1631, -90, 0, 0, 0.1, weight = 5 },
  1451.     [77] = { "Kārtis", "Kāršu kava ar kārtīm.", 4,2824, 0, 0, 0, -0.01, weight = 0.1 },
  1452.     [78] = { "San Andreas pilota sertifikāts", "An official permission to fly planes and helicopters.", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1453.     [79] = { "Porno kasete", "CD disks, #v", 4,2824, 0, 0, 0, -0.01, weight = 0.2 },
  1454.     [80] = { "Generic Item", "#v", 4, 1271, 0, 0, 0, 0, weight = 1 },
  1455.     [81] = { "Ledusskapis", "Lai varētu uzglabāt dzērienus.", 7, 2147, 0, 0, 0, 0, weight = 0.1 --[[Just here to look pretty, but fridges ain't available to easily buy]] },
  1456.     [82] = { "LSAK Identifikātors", "#v.", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1457.     [83] = { "Kafija", "Maza kafijas tase.", 1, 1455, 0, 0, 0, 0.12, weight = 0.25 },
  1458.     [84] = { "Escort 9500ci Radar Detector", "Detects Police within a half mile.", 7, 330, 90, 90, 0, -0.05, weight = 1 },
  1459.     [85] = { "Avārijas sirēnas", "An emergency siren to put in your car.", 7, 330, 90, 90, 0, -0.05, weight = 0.2 },
  1460.     [86] = { "LSZD Identifikātors", "#v.", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1461.     [87] = { "Valdības žetons", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.5 },
  1462.     [88] = { "Austiņas", "Jaunas firmas austiņas,lai izmantotu rāciju.", 7, 1581, 270, 270, 0, 0, weight = 0.15 },
  1463.     [89] = { "Ēdiens", "", 1, 2222, 0, 0, 0, 0.07, weight = 1 },
  1464.     [90] = { "Motokrosa ķivere", "Ideāla priekš moto braukšanas.", 6, 2799, 0, 0, 0, 0.2, weight = 1.5, scale = 1, hideItemValue = true },
  1465.     [91] = { "Eggnog", "Ņam ņam.", 1, 1667, 0, 0, 0, 0.1, weight = 0.5 }, --91
  1466.     [92] = { "Turkey", "Ņam ņam.", 1, 2222, 0, 0, 0, 0.1, weight = 3.8 },
  1467.     [93] = { "Ziemassvētku pudiņš", "Ņam ņam.", 1, 2222, 0, 0, 0, 0.1, weight = 0.4 },
  1468.     [94] = { "Ziemassvētku dāvana", "Es zinu tu gribi mani.", 4, 1220, 0, 0, 0, 0.1, weight = 1 },
  1469.     [95] = { "Dzēriens", "", 1, 1484, -15, 30, 0, 0.2, weight = 1 },
  1470.     [96] = { "Portatīvais dators", "Laptots,ar kuru vari sērfot internetā.", 6, 2886, 0, 0, 180, 0.1, weight = function(v) return v == 1 and 0.2 or 1.5 end },
  1471.     [97] = { "LSFD Procedures Manual", "The Los Santos Emergency Service procedures handbook.", 5, 2824, 0, 0, 0, -0.01, weight = 0.5 },
  1472.     [98] = { "Garāžas slēdzis", "Garāžas pults.", 2, 364, 0, 0, 0, 0.05, weight = 0.3 },
  1473.     [99] = { "Jaukts pusdienu komplekts", "Uzmini kas manī ir iekšā.", 1, 2355, 205, 205, 0, 0.06, weight = 0.4 },
  1474.     [100] = { "Maza kartona piena paka", "Bez konservantiem!", 1, 2856, 0, 0, 0, 0, weight = 0.2 },
  1475.     [101] = { "Maza kartona suliņa", "Izslāpis??", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1476.     [102] = { "Kāposts", "Veselīgs ēdiens.", 1, 1271, 0, 0, 0, 0.1, weight = 0.4 },
  1477.     [103] = { "Plaukts", "Liels plaukts,kur vari uzglabāt mantas", 4, 3761, -0.15, 0, 85, 1.95, weight = 0.1 --[[admins onleh]] },
  1478.     [104] = { "Televizors", "Pārnēsājams televizors.", 6, 1518, 0, 0, 0, 0.29, weight = 1 },
  1479.     [105] = { "Cigarešu paciņa", "Paiņa ar #v cigaretēm.", 6, 3044 , 270, 0, 0, 0.1, weight = function(v) return 0.1 + v*0.03 end }, -- 105
  1480.     [106] = { "Cigarete", "Smēķējama cigarete.", 6, 3044 , 270, 0, 0, 0.1, weight = 0.03 }, -- 106
  1481.     [107] = { "Sērkociņi", "Nepieciešams uguns?", 6, 1210, 270, 0, 0, 0.1, weight = 0.05 }, -- 107
  1482.     [108] = { "Pankūka", "Trekns ēdiens!.", 1, 2222, 0, 0, 0, 0.07, weight = 0.5 }, -- 108
  1483.     [109] = { "Auglis", "Veselīgs ēdiens!.", 1, 2222, 0, 0, 0, 0.07, weight = 0.35 }, -- 109
  1484.     [110] = { "Dārzenis", "Veselīgs ēdiens!.", 1, 2222, 0, 0, 0, 0.07, weight = 0.35  }, -- 110
  1485.     [111] = { "GPS", "Neizproti pilsētu? Nospied,lai izslēgtu.", 6, 1210, 270, 0, 0, 0.1, weight = 0.3 }, -- 111
  1486.     [112] = { "San Andreas Highway Patrol badge", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, -- 142
  1487.     [113] = { "Gumijas cimdi", "Paciņa ar #v cimdiem.", 6, 1210, 270, 0, 0, 0.1, weight = function(v) return v * 0.2 end }, -- 113
  1488.     [114] = { "Transportlīdzekļa uzlabojums", "#v", 4, 1271, 0, 0, 0, 0.285, weight = 1.5 }, -- 114
  1489.     [115] = { "Weapon", "#v ", 8, 2886, 270, 0, 1, 0.1, 2, weight = function( v )
  1490.                                                                         local weaponID = tonumber( explode(":", v)[1] )
  1491.                                                                         return weaponID and weaponweights[ weaponID ] or 1
  1492.                                                                     end
  1493.     }, -- 115
  1494.     [116] = { "Aptvere", "Aptvere ar #v lodēm.", 9, 2040, 0, 1, 0, 0.1, 3, weight = function( v ) local weaponID = tonumber( explode(":", v)[1] ) local ammo = tonumber( explode(":", v)[2] ) return weaponID and ammo and ammoweights[ weaponID ] and ammoweights[ weaponID ] * ammo or 0.2 end }, -- 2886 / 116
  1495.     [117] = { "Rampa", "Noderīga priekš DFT-30s.", 4, 1210, 270, 1, 0, 0.1, 3, weight = 5 }, -- 117
  1496.     [118] = { "Robežas caurlaide", "Ieliec to savā auto,lai izmantotu pie robežas.", 6, 1210, 270, 0, 0, 0.1, weight = 0.3 }, -- 118
  1497.     [119] = { "Sanitary Andreas ID", "A Sanitary Andreas Identification Card.", 10, 1210, 270, 0, 0, 0.1, weight = 0.2 }, -- 119
  1498.     --[120] = { "Scuba Gear", "Allows you to stay under-water for quite some time", 6, 1271, 0, 0, 0, 0.285, weight = 4 }, --120
  1499.     [120] = { "Akvalangs", "Ļauj palikt zem ūdens diezgan ilgi", 6, 1271, 0, 0, 0, 0.285, weight = 4 }, --120
  1500.     [121] = { "Kaste ar produktiem", "Neliela kaste ar produktiem!", 4, 1271, 0, 0, 0, 0.285, weight = function(v) return v * 0.07 end }, --121
  1501.     [122] = { "Gaiši zila bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 122
  1502.     [219] = { "Balta bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 219
  1503.     [220] = { "Pelēka bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 219  
  1504.     [221] = { "Melna bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 219    
  1505.     [123] = { "Sarkana bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 123
  1506.     [124] = { "Dzeltena bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 124
  1507.     [125] = { "Violeta bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 125
  1508.     [126] = { "Darba siksna", "Gluda, melna ādas darba siksna ar daudzām kabatām un makstīm.", 4, 2386, 270, 0, 0, 0, weight = 1 }, -- 126
  1509.     [127] = { "LSFD žetons", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, --127
  1510.     [128] = { "Rapid Towing", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, --128 --MAXIME | ADD TTR FACTION BAGDE ITEM | 24.1.14
  1511.     [129] = { "Direct Imports ID", "A Direct Imports ID.", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, --129
  1512.     [130] = { "Transportlīdzekļa signalizācija", "Signalizācijas sistēma tavam auto.", 6, 1210, 270, 0, 0, 0.1, weight = 0.3 }, -- 130
  1513.     [131] = { "HSU žetons", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, -- 131
  1514.     [132] = { "Prescription Bottle", "A prescription bottle, contains prescription medicine.", 3, 1575, 0, 0, 0, 0.04, weight = 0.1 }, --132
  1515.     [133] = { "Autovadītāja apliecība", "San Andreas Štata izsniegta autovadītāja apliecība.", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, -- MAXIME
  1516.     [134] = { "Nauda", "Skaidra nauda(Svaigas banknotes no bankomāta)", 10, 1212, 0, 0, 0, 0.04, weight = 0.3 }, -- 134
  1517.     [135] = { "Zila bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 135
  1518.     [136] = { "Brūna bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 136
  1519.     [137] = { "Čūskas izcilnis", "Čūskas izcilnis ,priekš SWAT.", 7, 330, 90, 90, 0, -0.05, weight = 0.3 }, -- 137
  1520.     --[138] = { "Bait Vehicle System", "A device used in Police operations.", 4, 1271, 0, 0, 0, 0.285, weight = 0.5 }, -- 138
  1521.     --[139] = { "Vehicle Tracker", "A device used to track the vehicles position", 7, 1271, 0, 0, 0, 0.285, weight = 0.2 }, --139
  1522.     [140] = { "Oranžas bākugunis", "Oranžas bākugunis tavam auto. ", 7, 1210, 270, 0, 0, 0.1, weight = 0.1 }, --140
  1523.     [141] = { "Megafons", "Ļauj runāt skaļi, tā lai visi dzirdētu.", 7, 1210, 270, 0, 0, 0.1, weight = 0.1 }, --141
  1524.     [142] = { "Los Santos Cab & Bus ID", "A Los Santos Cab & Bus Identification Card.", 10, 1210, 270, 0, 0, 0.1, weight = 0.3 }, -- 142
  1525.     [143] = { "Mobīlais Datu Centrs", "Ikviena policista labākais draugs", 7, 2886, 0, 0, 180, 0.1, weight = 0.1 }, -- 143
  1526.     --[144] = { "Dzeltenas avārijas gaismas", "Avāriju gaisams priekš tava autiņa.", 7, 2886, 270, 0, 0, 0.1, weight = 0.1 }, -- 144
  1527.     [145] = { "Lukturis", "Apgaismo apkārtni", 7, 1210, 0, 0, 0, 0, weight = 1 }, --145
  1528.     [146] = { "Los Santos District Court Identification Card", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1529.     [147] = { "Tapete", "Izdaiļo savu interjeru pats.", 4, 2894, 0, 0, 0, -0.01, weight = 0.01 }, --147
  1530.     [148] = { "Open Carry Weapon License", "A firearm permit which allows a person to openly carry a firearm.", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1531.     [149] = { "ID karte", "San Andreas Štata izsniegta identifikācijas karte", 10, 1581, 270, 270, 0, 0, weight = 0.3 },
  1532.     [150] = { "Kredītkarte", "Plastmasa kredītkarte norēķiniem bez skaidras naudas.", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, -- MAXIME
  1533.     [151] = { "Rampas pults", "Slēdzis,kas paceļ un nolaiž rampu.", 2, 364, 0, 0, 0, 0.05, weight = 0.3 },
  1534.     [152] = { "ID karte", "Iedzīvotāju apliecinošs dokuments.", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, -- MAXIME
  1535.     [153] = { "Moto apliecība", "San Andreas Štata izsniegta moto vadīšanas apliecība.", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, -- MAXIME
  1536.     [154] = { "Zvejošanas atļauja", "San Andreas Štata izsniegta zvejošanas atļauja.", 10, 1581, 270, 270, 0, 0, weight = 0.1 }, -- MAXIME
  1537.     [155] = { "Kuģošanas apliecība", "San Andreas Štata izsniegta kuģošanas atļauja.", 10, 1581, 270, 270, 0, 0, weight = 0.1 },
  1538.     [156] = { "Superior Court of San Andreas ID", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.1 },
  1539.     [157] = { "Instrumentu kaste", "Sarkana metāla kaste ar instrumentiem.", 4, 1248, 0, 0, 0, 0, weight = 0.5 },
  1540.     [158] = { "Zaļa Bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 }, -- 158
  1541.     [159] = { "Cargo grupas ID", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3}, -- 159 | anumaz Cargo Group ID card
  1542.     [160] = { "Portfelis", "Ietilpigs portfelis.", 6, 1210, 90, 0, 0, 0.1, weight = 0.4}, -- Exciter
  1543.     [161] = { "Fleming Architecture and Construction ID", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3}, -- 161 | anumaz Fleming Architecture and Construction ID
  1544.     [162] = { "Bruņuveste", "Ložu necauršaujama veste.", 6, 3916, 90, 0, 0, 0.1, weight = 4}, -- Exciter
  1545.     [163] = { "Sporta soma", "Ietilpīga soma.", 6, 3915, 90, 0, 0, 0.2, weight = 0.4}, -- Exciter
  1546.     [164] = { "Medicīnas soma", "Pirmā palīdzība.", 6, 3915, 0, 0, 0, 0.2, weight = 1, texture = {{":artifacts/textures/medicbag.png", "hoodyabase5"}} }, -- Exciter
  1547.     [165] = { "DVD", "Disks.", 4, 2894, 0, 0, 0, -0.01, weight = 0.1 }, -- Exciter
  1548.     [166] = { "ClubTec VS1000", "Video System.", 4, 3388, 0, 0, 90, -0.01, weight = 5, scale = 0.6, preventSpawn = true, newPickupMethod = true }, -- Exciter
  1549.     [167] = { "Glezna", "Izkrāšņo savu sienu ar gleznām.", 4, 2287, 0, 0, 0, 0, weight = 1, doubleSided = true, newPickupMethod = true }, -- Exciter
  1550.     [168] = { "Orandža bandana", "Lupata.", 6, 2386, 0, 0, 0, 0.1, weight = 0.2 },
  1551.     [169] = { "Keyless Digital Door Lock", "This high-ended security system is much more secure than a traditional keyed lock because they can't be picked or bumped.", 6, 2922, 0, 0, 180, 0.2, weight = 0.5 }, --Maxime
  1552.     [170] = { "Atslēgas karte", "A swipe card for #v", 2, 1581, 270, 270, 0, 0, weight = 0.1 }, -- Exciter
  1553.     [171] = { "Motocikla ķivere", "Ideāla priekš moto braukšanas.", 6, 3911, 0, 0, 0, 0.2, weight = 1.5, scale = 1, hideItemValue = true },
  1554.     [172] = { "Pilna aizklāta ķivere", "Ideāla priekš moto braukšanas.", 6, 3917, 0, 0, 0, 0.2, weight = 1.5, scale = 1, hideItemValue = true },
  1555.     [173] = { "CSDD pārrakstīšanas dokuments", "Dokuments,lai varētu pārrakstīt savu auto.", 4, 2894, 0, 0, 0, -0.01, weight = 0.01 }, -- Anumaz
  1556.     [174] = { "FAA Electronical Map Book", "Electronic device displaying information and maps around all San Andreas.", 4, 1271, 0, 0, 0, -0.01, weight = 0.01 }, -- Anumaz
  1557.     [175] = { "Plakāts", "Reklāmas plakāts.", 4, 2717, 0, 0, 0, 0.7, weight = 0.01, hideItemValue = true }, -- Exciter
  1558.     [176] = { "Tumba", "Melna tumba,kura atskaņo rādio un var regulēt skaļumu.", 7, 2232, 0, 0, 0, 0.6, weight = 3 }, -- anumaz
  1559.     [177] = { "Remote Dispatch Device", "A remote dispatch device connected to Dispatch Center, powered by Tree Technology.", 7, 1581, 0, 0, 0, 0.6, weight = 0.01 }, -- anumaz
  1560.     [178] = { "Grāmata", "#v", 5, 2824, 0, 0, 0, -0.1, weight = 0.1}, -- Chaos
  1561.     [179] = { "Car dekors", "A motive to decorate your car with.", 4, 2894, 0, 0, 0, -0.01, weight = 0.01 }, -- Exciter
  1562.     [180] = { "SAPT ID", "#v", 10, 1581, 270, 270, 0, 0, weight = 0.3}, -- Exciter
  1563.     [181] = { "Tinamie papīrīši", "Paciņā atrodas #v papīrīši.", 4, 3044 , 270, 0, 0, 0.1, weight = function(v) return 0.1 + v*0.03 end },
  1564.     [182] = { "Satīts džoints", "Satīts marihuānas džoints.", 4, 1485, 270, 0, 0, 0.1, weight = 0.03 },
  1565.     [183] = { "W.W.C biedra karte", "Reta karte,bet ar lielām atlaidēm.", 10, 1581, 270, 270, 0, 0, weight = 0.3 }, --  Chase
  1566.     [184] = { "HP Charcoal Window Film", "Viozy HP Charcoal Window Film ((50 /chance))", 4, 1271, 0, 0, 0, 0, weight = 0.6 }, -- Chase
  1567.     [185] = { "CXP70 Window Film", "Viozy CXP70 Window Film ((95 /chance))", 4, 1271, 0, 0, 0, 0, weight = 0.3 }, -- Chase
  1568.     [186] = { "Viozy Border Edge Cutter (Red Anodized)", "Border Edge Cutter for Tinting", 4, 1271, 0, 0, 0, 0, weight = 0.05 }, -- Chase
  1569.     [187] = { "Viozy Solar Spectrum Tranmission Meter", "Spectrum Meter for testing film before use", 7, 1271, 0, 0, 0, 0, weight = 2 }, -- Chase
  1570.     [188] = { "Viozy Tint Chek 2800", "Measures the Visible Light Transmission on any film/glass", 7, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase
  1571.     [189] = { "Viozy Equalizer Heatwave Heat Gun", "Easy to use heat gun perfect for shrinking back windows", 7, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase
  1572.     [190] = { "Viozy 36 Multi-Purpose Cutter Bucket", "Ideal for light cutting jobs while applying tint", 4, 1271, 0, 0, 0, 0, weight = 0.5 }, -- Chase
  1573.     [191] = { "Viozy Tint Demonstration Lamp", "Effectve presentation of tinted application", 7, 1271, 0, 0, 0, 0, weight = 0.5 }, -- Chase
  1574.     [192] = { "Viozy Triumph Angled Scraper", "6-inch Angled Scraper for applying tint", 4, 1271, 0, 0, 0, 0, weight = 0.3 }, -- Chase
  1575.     [193] = { "Viozy Performax 48oz Hand Sprayer", "Performax Hand Sprayer for tint application", 4, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase
  1576.     [194] = { "Viozy Vehicle Ignition - 2010 ((20 /chance))", "Vehicle Ignition made by Viozy for 2010", 4, 1271, 0, 0, 0, 0, weight = 1.5 }, -- Chase
  1577.     [195] = { "Viozy Vehicle Ignition - 2011 ((30 /chance))", "Vehicle Ignition made by Viozy for 2011", 4, 1271, 0, 0, 0, 0, weight = 1.3 }, -- Chase
  1578.     [196] = { "Viozy Vehicle Ignition - 2012 ((40 /chance))", "Vehicle Ignition made by Viozy for 2012", 4, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase
  1579.     [197] = { "Viozy Vehicle Ignition - 2013 ((50 /chance))", "Vehicle Ignition made by Viozy for 2013", 4, 1271, 0, 0, 0, 0, weight = 0.8 }, -- Chase
  1580.     [198] = { "Viozy Vehicle Ignition - 2014 ((70 /chance))", "Vehicle Ignition made by Viozy for 2014", 4, 1271, 0, 0, 0, 0, weight = 0.6 }, -- Chase
  1581.     [199] = { "Viozy Vehicle Ignition - 2015 ((90 /chance))", "Vehicle Ignition made by Viozy for 2015", 4, 1271, 0, 0, 0, 0, weight = 0.4 }, -- Chase
  1582.     [200] = { "Viozy Vehicle Ignition - 2016", "Vehicle Ignition not yet in production", 4, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase (not to be used)
  1583.     [201] = { "Viozy Vehicle Ignition - 2017", "Vehicle Ignition not yet in production", 4, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase (not to be used)
  1584.     [202] = { "Viozy Vehicle Ignition - 2018", "Vehicle Ignition not yet in production", 4, 1271, 0, 0, 0, 0, weight = 1 }, -- Chase (not to be used)
  1585.     [203] = { "Viozy Hidden Vehicle Tracker 315 Pro ((Undetectable))", "GPS HVT 315 Pro, easy installation ((and undetectable)), by Viozy", 7, 1271, 0, 0, 0, 0, weight = 3 }, -- Chase
  1586.     [204] = { "Viozy Hidden Vehicle Tracker 272 Micro ((30 /chance))", "GPS HVT 272 Micro, easy installation ((30 /chance to be found)), by Viozy", 7, 1271, 0, 0, 0, 0, weight = 0.5 }, -- Chase
  1587.     [205] = { "Viozy HVT 358 Portable Spark Nano 4.0 ((50 /chance))", "GPS HVT 358 Spark Nano 4.0 Portable ((50 /chance to be found)), by Viozy", 7, 1271, 0, 0, 0, 0, weight = 0.2 }, -- Chase
  1588.     [206] = { "Wheat Seed", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1589.     [207] = { "Barley Seed", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1590.     [208] = { "Oat Seed", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1591.     [209] = { "FLU ierīce", "An eletronical device by Firearms Licensing Unit", 7, 1271, 0, 0, 0, 0, weight = 0.1}, -- anumaz
  1592.     [210] = { "Ziemassvētku Kola", "A bottle of coke, christmas edition.", 1, 2880, 180, 0, 0, 0, weight = 0.2}, -- Exciter
  1593.     [211] = { "Ziemassvētku loterijas biļete", "From the Coca-Cola Santa.", 10, 1581, 270, 270, 0, 0, weight = 0.1}, -- Exciter
  1594.     [212] = { "Ziemas riepas", "Stick to the ground like velcro!", 4, 1098, 0, 0, 0, 0, weight = 1}, -- Exciter
  1595.     [213] = { "Cūkas Maska", "Cūkas Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1596.     [214] = { "Troļļa Maska", "Troļļa Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1597.     [215] = { "Smēķējoša Pērtiķa Maska", "Smēķējoša Pērtiķa Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1598.     [216] = { "Laupīšanas Maska", "Laupīšanas Maska", 7, 2215, 0, 0, 0, 0, weight = 0.1 },
  1599.     [217] = { "Pērtiķa Maska", "Pērtiķa Maska", 7, 2217, 0, 0, 0, 0, weight = 0.1 },
  1600.     [218] = { "Klauna Maska", "Klauna Maska", 7, 2218, 0, 0, 0, 0, weight = 0.1 },
  1601.     [222] = { "Tēja", "GPS HVT 358 Spark Nano 4.0 Portable ((50 /chance to be found)), by Viozy", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chase
  1602.     [223] = { "Tēja ar citronu", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1603.     [224] = { "Apelsīnu sula", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1604.     [225] = { "Kebabs", "A nice seed with potential", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1605.     [226] = { "Cepti gaļas gabali", "An eletronical device by Firearms Licensing Unit", 7, 1271, 0, 0, 0, 0, weight = 0.1}, -- anumaz
  1606.     [227] = { "Frī kartupeļi ar karbonādi", "A bottle of coke, christmas edition.", 1, 2880, 180, 0, 0, 0, weight = 0.1}, -- Exciter
  1607.     [228] = { "Pankūkas ar gaļu", "From the Coca-Cola Santa.", 10, 1581, 270, 270, 0, 0, weight = 0.1}, -- Exciter
  1608.     [229] = { "Zivju pusdienu komplekts", "Stick to the ground like velcro!", 4, 1098, 0, 0, 0, 0, weight = 0.1}, -- Exciter
  1609.     [230] = { "Sušī", "Cūkas Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1610.     [231] = { "Pupiņas ar spārniņiem", "Troļļa Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1611.     [232] = { "Kartupeļi ar pupiņām un šķiņķi", "Smēķējoša Pērtiķa Maska", 7, 2216, 0, 0, 0, 0, weight = 0.1 },
  1612.     [233] = { "Sašliku komplekts", "Laupīšanas Maska", 7, 2215, 0, 0, 0, 0, weight = 0.1 },
  1613.     [234] = { "Nageti", "Pērtiķa Maska", 7, 2217, 0, 0, 0, 0, weight = 0.1 },
  1614.     [235] = { "Vistas kājiņas", "Klauna Maska", 7, 2218, 0, 0, 0, 0, weight = 0.1 }, 
  1615.     [236] = { "Puķu pods", "Puķēm un citām lietām", 4, 2203, 0, 0, 0, 0.7, weight = 0.04, hideItemValue = true },
  1616.     [237] = { "Marihuānas sēkla", "Iestādi un izaudzē.", 4, 861, 0, 0, 0, 0.7, weight = 0.01, hideItemValue = true },      
  1617.     [280] = { "Kvalitatīvas riepas", "((Tr.mult.=+0.10; Tr.Loss=+0.05))", 4, 1271, 0, 0, 0, 0.285, weight = 1 },
  1618.     [379] = { "Krāsu flakoniņš", "Flakons priekš auto virsbūves krāsošanas", 4, 1271, 0, 0, 0, 0.285, weight = 0.7 },    
  1619.     [380] = { "Xenon lukturi", "Apnika parastā gaismu krāsa?", 4, 1271, 0, 0, 0, 0.285, weight = 0.5 },
  1620.     [381] = { "Skrūves", "Vari saskrūvēt visu auto!", 4, 1271, 0, 0, 0, 0.285, weight = 0.1 },  
  1621.     [382] = { "Rezerves riepa", "Tev ir puša riepa?", 4, 1271, 0, 0, 0, 0.285, weight = 1.2 },
  1622.     [383] = { "Tonēšanas plēve", "Apnicis braukt akvārijā?", 4, 1271, 0, 0, 0, 0.285, weight = 0.6 }, 
  1623.     [395] = { "Virsbūves tonēšanas plēve", "Priekš paintjobiem", 4, 1271, 0, 0, 0, 0.285, weight = 0.8 }, 
  1624.      -- dzērieni
  1625.     [300] = { "Sprite", "Auksts gāzēts dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1626.     [301] = { "Fanta", "Auksts gāzēts dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1627.     [302] = { "Pepsi", "Auksts gāzēts dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1628.     [303] = { "Monster", "Enerģijas dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1629.     [304] = { "RedBull", "Enerģijas dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1630.     [305] = { "CIDO ar kazeņu garšu", "Auksts gāzēts dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1631.     [306] = { "Tymbark Sula", "Auksts gāzēts dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1632.     [307] = { "CIDO Frutto Sula", "Enerģijas dzēriens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1633.     [308] = { "Kafija", "Startbucks kafija.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },      
  1634.     [309] = { "Piens", "Limbažu piens.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1635.     [?] = { "Absolut Vodka", "ja dzīve tev dod tev citronus taisi sulu ,bet neaizmirsti piejauktu vodku.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1636.     [?] = { "Jack Daniels", "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1637.     [?] = { "Jager Master", "Ar Jagermasteru tu būsi sava liķiera meistars.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1638.     [?] = { "Hennessy", "Nemainījies dzēriens kopš 1765 gada.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1639.     [?] = { "Jim Beam", "Paceļam glazītes par to ,kas ir pudelē.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1640.     [?] = { "Henken Alus", "Par tām naktīm pavadītām ar draugiem un ģimeni.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1641.     [?] = { "Merlot. Red. vīns", "Romantiskām vakariņam, randiņiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1642.     [?] = { "Airén. White. vīns", "Romantiskām vakariņam, randiņiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1643.     [?] = { "Tempranillo. Red. vīns", "Romantiskām vakariņam, randiņiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1644.     [?] = { "Tempranillo. Red. vīns", "Romantiskām vakariņam, randiņiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1645.     [?] = { "Chardonnay. White. vīns", "Romantiskām vakariņam, randiņiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1646.     [?] = { "Jack Daniels honey", "kad pameiģināsi Jack tad nekad nemeiģināsi neko citu.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1647.     [?] = { "OakHeart", "Padarīs visu vakaru leģendāru.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1648.     [?] = { "Louis Roederer Cristal šampanietis", "Dzirkstoš alhaholisks dzēriens speciāliem pasākumiem.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },
  1649.     [?] = { "Tsnigtao Alus", "izcila alus puedele vienkāršām pasēdēšanām.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1650.     [?] = { "Harkin Alus", "izcila alus puedele vienkāršām pasēdēšanām.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1651.     [?] = { "Tsingtao alus sešpaka", "izcila alus sešpaka visam baram.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  -- Pamainīt svaru visām sešpakām un pakām? (ppemka)
  1652.     [?] = { "Harkin alus paka", "izcila alus paka visam vakaram.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1653.     [?] = { "Tsingtao alus sešpaka", "izcila alus paka visam vakaram.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1654.     [?] = { "Glāze baltvīna", "Glāze ar Airén. White baltvīnu.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1655.     [?] = { "Glāze ar sarkanvīnu", "Glāze ar Tempranillo. Red. sarkanvīnu.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1656.     [?] = { "Glāze ar viskiju", "Glāze ar Jackdaniel viskiju.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1657.     [?] = { "Glāze ar Louis Roederer Cristal šampanieti", "Glāze ar Louis Roederer Cristal šampanieti.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },   
  1658.     [?] = { "Tēja", "Tēja ar ingveru, citronu un medu.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1659.     [?] = { "Tēja", "Zaļā tēja.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1660.     [?] = { "Tēja", "Melnā tēja.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1661.     [?] = { "Tēja", "Piparmētru tēja.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1662.     [?] = { "Tēja", "Ogu tēja.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 }, 
  1663.     [?] = { "Tēja", "Kumelīšu tēja.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1664.     [?] = { "Karstvīns", "Mājās gatavots karstvīns.", 1, 2647, 0, 0, 0, 0.12, weight = 0.2 },  
  1665.      -- ēdieni
  1666.     [310] = { "Kartupeļi frī", "Karsti,gatavoti frī.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1667.     [311] = { "Lielais burgeris", "Dubultais burgeris ar sieru un bekonu.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1668.     [312] = { "Sušī", "Rīsu maltīte.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1669.     [313] = { "Pica", "Svaigi cepta, tikko no krāsns ar salamī.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1670.     [314] = { "Nageti", "Sulīgi, cepti nageti.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1671.     [?] = { "Baltmaize", "Svaigi cepta baltmaize.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1672.     [?] = { "Rupjmaize", "Svaigi cepta Rupjmaize.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1673.     [?] = { "kruasāns", "Svaigi cepts kruasāns tikko no krāsns.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 }, 
  1674.     [?] = { "Tomāti", "Svaigi tomāti.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1675.     [?] = { "Ābols", "Svaigs ābols.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1676.     [?] = { "bumbiers", "Svaigs bumbiers.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1677.     [?] = { "Gurķis", "Svaigs Gurķis.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1678.     [?] = { "burkāns", "Svaigs burkāns.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1679.     [?] = { "vafele", "kraukšķīga vafele ar iebiezināto pienu.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 }, 
  1680.     [?] = { "Čipsu paka", "Čipsi ar Tomāto garšu.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },  
  1681.     [?] = { "Čipsu paka", "Čipsi ar Siera garšu.", 1, 2703, 265, 0, 0, 0.06, weight = 0.3 },
  1682.     [315] = { "Tehniskā pase", "Transportlīdzekļa dokumenti.", 10, 1581, 270, 270, 0, 0, weight = 0.1 },
  1683.     [338] = { "Akumulatora lādētājs", "Uzlādē gandrīz jebkuru akumulatoru.", 7, 2040, 0, 1, 0, 0.1, 3, weight = 4.3 },
  1684.     [332] = { "GameBoy", "Minesweeper konsole", 7, 1271, 0, 0, 0, 0.25, weight = 0.1 },
  1685.     -- pulksteņi
  1686.     [333] = { "Ādas Pulkstenis", "Vīriešu pulkstenis Tissot Couturier", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1687.     [334] = { "Zelta Pulkstenis", "CASIO G Shock Limited", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1688.     [335] = { "Ādas Pulkstenis", "IWC Portugieser Chronograph Classic", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1689.     [336] = { "Zelta Pulkstenis", "Tissot carson automatic gent", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1690.     [337] = { "Ādas Pulkstenis", "Hamilton orologi", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1691.     [339] = { "Ādas Pulkstenis", "Tissot Luxury Automatic Men's Black Dial", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1692.     [340] = { "Ādas Pulkstenis", "Tissot heritage visodate", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1693.     [341] = { "Digitālais Pulkstenis", "CASIO G-Shock", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1694.     [342] = { "Digitālais Pulkstenis", "Casio G-Shock GX-56GB", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1695.     [343] = { "Digitālais Pulkstenis", " G-shock マッドマン", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1696.     [344] = { "Digitālais Pulkstenis", "G-SHOCK BRASIL", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1697.     [345] = { "Digitālais Pulkstenis", "G-SHOCK BLACK X GOLD", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1698.     [346] = { "Digitālais Pulkstenis", "G-shock ga 110gb 1adr", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1699.     [347] = { "Digitālais Pulkstenis", "Casio G-shock ราคาเริ่มต้น", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1700.     [348] = { "Digitālais Pulkstenis", "CASIO G-SHOCK Love The Sea And The Earth", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1701.     [349] = { "Digitālais Pulkstenis", " Sac de sport femme Adidas", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1702.     [350] = { "Digitālais Pulkstenis", "Black Silicone Band Square Frame Unisex Red LED", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1703.     [351] = { "Digitālais Pulkstenis", "Blue Silicone Band Square Frame Unisex Blue LED", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1704.     [352] = { "Zelta Pulkstenis", "Rolex", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1705.     [353] = { "Zelta 18k Pulkstenis", "Rolex Sky Dweller Sundust Dial 18kt Everose Gold Mens", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1706.     [354] = { "Udens Pulkstenis", "Rolex deep sea replica", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1707.     [355] = { "Ūdens zelta 18 karātu Pulkstenis", "Rolex Yacht-Master II", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },  
  1708.     [356] = { "Ādas Pulkstenis", "Rokas pulkstenis TISSOT V8", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },   
  1709.     -- cigaretes
  1710.     [357] = { "Kent paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1711.     [358] = { "LM paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1712.     [359] = { "Marlboro paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1713.     [360] = { "Winston paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1714.     [361] = { "Chesterfield paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1715.     [362] = { "Camel paciņa", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },   
  1716.     [362] = { "Parlament cigaretes", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1717.     [?] = { "Kent cigarellas", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },   
  1718.     [?] = { "Amigos cigarellas", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1719.     [?] = { "Ramon Allones cigārs", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1720.     [?] = { "Plasencia cosecha cigārs", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1721.     [?] = { "Montecristo nicaragua cigārs", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1722.     [?] = { "My father la opulencia toro cigārs", 7, 3044, 0, 0, 0, 0, weight = 0.1 },
  1723.     [?] = { "Alec bradley cigārs", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 },  
  1724.     [?] = { "E.P. carillo encore majestick cigārs", "Cigaretes", 7, 3044, 0, 0, 0, 0, weight = 0.1 }, 
  1725.     [364] = { "Degvielas muca", "Vidēja izmēra degvielas muca: 50 l.", 4, 1217, 0, 0, 0, 0.30, weight = 4 }, 
  1726.     [365] = { "Drēbju atslēga", "Atslēga priekš mabako NPC piekļuves", 2, 1581, 270, 270, 0, 0, weight = 0.1 },
  1727.     [366] = { "Reklāmas Dēlis", "Dēlis uz kura var izvietot reklāmu.", 4, 2717, 0, 0, 0, 0.7, weight = 0.01, hideItemValue = true },
  1728.     [367] = { "Kalkulators", "Kalkulators", 6, 2710, 0, 0, 0, 0.285, weight = 0.1 },
  1729.     --Tokeni
  1730.     --[368] = { "Žetons (( Īpašuma ))", "Līdz 20.000$", 4, 2894, 0, 0, 0, -0.01, weight = 0.1 },
  1731.     --[369] = { "Žetons (( Transportlīdzekļa ))", "Līdz 10.000$", 4, 2894, 0, 0, 0, -0.01, weight = 0.1 },
  1732.     [370] = { "Mēbele", "#v", 4, 1271, 0, 0, 0, 0, weight = 1 },
  1733.     [371] = { "Šķēres", "Šķēres ar kurām vari nocirpt kazu", 4, 1271, 0, 0, 0, 0, weight = 1 }, --Marex
  1734.     [372] = { "Kazas piens", "Svaiga piena paka,pārodama", 4, 1668, 0, 0, 0, 0, weight = 1 }, --Marex
  1735.     [373] = { "Vistas ola", "Svaiga ola,pārdodama", 4, 1271, 0, 0, 0, 0, weight = 1 }, --Marex
  1736.     [374] = { "Kazas vilna", "Vilna #v metri,pārdodama", 4, 1271, 0, 0, 0, 0, weight = 1 }, --Marex
  1737.     [375] = { "Pērle", "Mātes jūras dārgums.", 4, 953, 0, 0, 0, 0.285, weight = 0.2 },
  1738.     [376] = { "Zivs", "Neliela jūras zivs,pārdodama.", 1, 1604, 0, 0, 0, 0.285, weight = 0.2 },
  1739.     [377] = { "Zelta stienis", "Vērtīgs zelta stienis (Kilograms).", 4, 1947, 0, 0, 0, 0, weight = 5 },
  1740.     [378] = { "Magnetola", "Transportlīdzekļa audio.", 4, 1947, 0, 0, 0, 0, weight = 4 },    
  1741.     -- narkotikas jaunās
  1742.     [316] = { "*Power of Flash*Steroīdu paciņa", "Paciņa ar #v tabletēm.", 6, 2709, 270, 0, 0, 0.1, weight = function(v) return 0.1 + v*0.03 end }, -- 105
  1743.     [317] = { "*Power of Flash* tabletes", "Steroīdi ašākai dzīvei", 3, 1915, 270, 0, 0, 0.1, weight = 0.03 }, -- 106
  1744.     [318] = { "Burciņa *Enģeļa spārns*", "Burciņa ar #v tabletēm.", 6, 2709, 270, 0, 0, 0.1, weight = function(v) return 0.1 + v*0.03 end }, -- 105
  1745.     [319] = { "*Enģeļa spārns* tabletes", "Anti-steroīdi dzīves atgūšanai", 3, 1915, 270, 0, 0, 0.1, weight = 0.03 }, -- 106
  1746.     [320] = { "Thunder Raspberry Extra Strong", "Kārbiņa", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1747.     [321] = { "Thunder Raspberry Extra Strong", "Maisiņš", 7, 1271, 0, 0, 0, 0, weight = 0.03 }, -- Chaos
  1748.     [322] = { "Thunder Frosted Ultra Strong", "Kārbiņa", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1749.     [323] = { "Thunder Frosted Ultra Strong", "Maisiņš", 7, 1271, 0, 0, 0, 0, weight = 0.03 }, -- Chaos
  1750.     [324] = { "Thunder Prima Lima LE Extra Strong", "Kārbiņa", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1751.     [325] = { "Thunder Prima Lima LE Extra Strong", "Maisiņš", 7, 1271, 0, 0, 0, 0, weight = 0.03 }, -- Chaos
  1752.     [326] = { "Thunder Original Ultra Strong", "Kārbiņa", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1753.     [327] = { "Thunder Original Ultra Strong", "Maisiņš", 7, 1271, 0, 0, 0, 0, weight = 0.03 }, -- Chaos
  1754.     [328] = { "Thunder Apple Extra Strong", "Kārbiņa", 7, 1271, 0, 0, 0, 0, weight = 0.1 }, -- Chaos
  1755.     [329] = { "Thunder Apple Extra Strong", "Maisiņš", 7, 1271, 0, 0, 0, 0, weight = 0.03 }, -- Chaos
  1756.     [330] = { "Disku katalogs", "Katalogs ar visiem pieejamajiem diskiem.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 }, -- Daniels
  1757.     [331] = { "Tuning katalogs", "Katalogs ar visiem pieejamajiem eksterjēra uzlabojumiem.", 5, 2824, 0, 0, 0, -0.01, weight = 0.3 }, -- Daniels
  1758.     [396] = { "Transportlīdzekļa numurzīme", "''#v''", 4, 1581, 0, 0, 0, 0.7, weight = 0.01, hideItemValue = true }, -- Danex
  1759.     [397] = { "Zivs", "Garšīga zivs!", 0, 1599, 0, 0, 0, 0.7, weight = 0.4},
  1760.     [398] = { "Zivju spainis", "Spainis, lai ievietotu zivis!", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1761.    
  1762.     [401] = { "Lodes Čaulīte", "#v", 4, 2061, 90, 0, 0, 0, weight = 0.1, scale = 0.2 },
  1763.     [402] = { "Lodes Čaulīte", "Izšautas lodes čaulīte.", 4, 365, 0, 0, 0, 0.7, weight = 0.01, hideItemValue = true },
  1764.     [403] = { "Nauda", "Skaidra nauda(saburzītas banknotes, skaidrā naudā)", 10, 1212, 0, 0, 0, 0.04, weight = 0.3 }, -- 134
  1765.     -- Dārza preces
  1766.     [?] = { "Sarkanas rozes", "Sarkans rožu pušķis", 0, 1271, 0, 0, 0, 0.7, weight = 0.1}, -- jāmaina cipari visai ailej (ppemka)
  1767.     [?] = { "Baltas rozes", "Balts rožu pušķis", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1768.     [?] = { "Zils rožu pušķis", "Zils rožu pušķis", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1769.     -- mēbeles
  1770.     [1714] = { "Datorkrēsls", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},  -- visām mēbelām cipari jāmaina (ppemka)
  1771.     [1723] = { "Atpūtas Dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1772.     [2131] = { "Drēbju skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1773.     [2131] = { "Drēbju skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1774.     [2132] = { "Mazs skapītis ar izlietni", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1775.     [1208] = { "Veļas mašīna", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1776.     [2526] = { "Vanna", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1777.     [1745] = { "Gulta #1", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1778.     [1794] = { "Gulta #2", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1779.     [1799] = { "Gulta #3", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1780.     [1786] = { "Televizors", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1781.     [1481] = { "Grils", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1782.     [1516] = { "Mazs Galdiņš", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1783.     [2206] = { "Biroja Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1784.     [1810] = { "Saliekams Krēsls", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1785.     [2366] = { "Bāra Tipa Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1786.     [11245] = { "Karogs Ar Mastu", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1787.     [2385] = { "Neliels Skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1788.     [2964] = { "Biljarda Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1789.     [2300] = { "Gulta Ar Plauktiem", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1790.     [2132] = { "Izlietnes Iekārta #1", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1791.     [2136] = { "Izlietnes Iekārta #2", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1792.     [2135] = { "Gāzes Plīts Ar Tvaika Nosūcēju", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1793.     [1819] = { "Apaļš Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1794.     [1815] = { "Ovāls Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1795.     [937] = { "Metāla Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1796.     [1820] = { "Galdiņš", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1797.     [2024] = { "Stikla Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1798.     [2204] = { "Kumode", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1799.     [2296] = { "Kumode Ar Televizoru", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1800.     [1744] = { "Plaukts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1801.     [2747] = { "4x2 Galdiņš", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1802.     [1742] = { "Grāmatu Skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1803.     [333] = { "Tapetes", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1804.     [1736] = { "Brieža ragi", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1805.     [2130] = { "Sarkani skapīši", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1806.     [2130] = { "Sarkani skapīši", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1807.     [2127] = { "Sarkans liels skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1808.     [2127] = { "Sarkans liels skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1809.     [2297] = { "TV ar skapi", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1810.     [2528] = { "Pods", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1811.     [2628] = { "Trenežieris #1", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1812.     [2627] = { "Trenežieris #2", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1813.     [2629] = { "Trenežieris #3", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1814.     [1711] = { "Krēsls", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1815.     [1280] = { "Āras krēsls", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1816.     [1738] = { "Radiators", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1817.     [1791] = { "Televizors", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1818.     [1808] = { "Ūdens Automāts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1819.     [2149] = { "Mikro krāsns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1820.     [2231] = { "Moderna tumba", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1821.     [2255] = { "Romantiska glezna", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1822.     [3497] = { "Basketbola grozs", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1823.     [2740] = { "LED lampiņa", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1824.     [2617] = { "Krēsli ar galdu", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1825.     [2357] = { "Galds", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1826.     [2290] = { "Dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1827.     [1892] = { "Metāla detektors", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1828.     [1768] = { "Izsēdēts dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1829.     [1766] = { "Parasts dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1830.     [1760] = { "Moderns dīvāns #1", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1831.     [1757] = { "Moderns dīvāns #2", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1832.     [1734] = { "Grieztu lampa", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1833.     [1709] = { "Garš stūra dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1834.     [14820] = { "DJ aparatūra", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1835.     [937] = { "Galds ar plauktiem", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1836.     [1646] = { "Sauļošanās krēsls", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1837.     [1742] = { "Grāmatu plaukts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1838.     [2000] = { "Dokumentu atvilknes", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1839.     [2164] = { "Sekcija ar grāmatām", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1840.     [2167] = { "Skapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1841.     [2462] = { "Plaukti", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1842.     [2533] = { "Dzērienu ledusskapis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1843.     [2606] = { "Kameru TV", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1844.     [2708] = { "Skapis ar pakaramajiem", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1845.     [2737] = { "Tāfele", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1846.     [970] = { "Žogs", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1847.     [1502] = { "Durvis", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1848.     [1344] = { "Miskaste Āra", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1849.     [1366] = { "Ugunsdzēsēju ūdens ņemšanas vieta", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1850.     [1363] = { "Publiski telefoni", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1851.     [1287] = { "Pasta kaste", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1852.     [1232] = { "Ielu lampa #1", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1853.     [15038] = { "Puķu pods", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1854.     [869] = { "Sarkanas puķes ārā", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1855.     [955] = { "Fanta automāts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1856.     [1209] = { "Coca-Cola automāts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1857.     [1776] = { "Uzkodu automāts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1858.     [2681] = { "Spēļu automāts", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1859.     [?] = { "Divvietīga gulta", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1860.     [?] = { "Stūra dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1861.     [?] = { "Stūra dīvāns", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1862.     [?] = { "Koka skapīši", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1863.     [?] = { "Koka skapīši", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1864.     [?] = { "Maza kumode", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1865.     [?] = { "kumode", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1866.     [?] = { "Izlietne ar skapīti", "R&P Logistic", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1867.     [?] = { "Tualetes pods", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1868.     [?] = { "Dvieļu pakaramais", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1869.     [?] = { "koka galds", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1870.     [?] = { "krēsls", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1871.     [?] = { "virtuves galds ar plīti", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1872.     [?] = { "Moderns virtuves nosūcējs", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1873.     [?] = { "Durvis", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1874.     [?] = { "Televizora galdīņšs", 0, 1271, 0, 0, 0, 0.7, weight = 0.1},
  1875.    
  1876. }
  1877.  
  1878.     -- name, description, category, model, rx, ry, rz, zoffset
  1879.  
  1880.     -- categories:
  1881.     -- 1 = Food & Drink
  1882.     -- 2 = Keys
  1883.     -- 3 = Drugs
  1884.     -- 4 = Other
  1885.     -- 5 = Books
  1886.     -- 6 = Clothing & Accessories
  1887.     -- 7 = Electronics
  1888.     -- 8 = guns
  1889.     -- 9 = bullets
  1890.     -- 10 = wallet
  1891.  
  1892. weaponmodels = {
  1893.     [1]=331, [2]=333, [3]=326, [4]=335, [5]=336, [6]=337, [7]=338, [8]=339, [9]=341,
  1894.     [15]=326, [22]=346, [23]=347, [24]=348, [25]=349, [26]=350, [27]=351, [28]=352,
  1895.     [29]=353, [32]=372, [30]=355, [31]=356, [33]=357, [34]=358, [35]=359, [36]=360,
  1896.     [37]=361, [38]=362, [16]=342, [17]=343, [18]=344, [39]=363, [41]=365, [42]=366,
  1897.     [43]=367, [10]=321, [11]=322, [12]=323, [14]=325, [44]=368, [45]=369, [46]=371,
  1898.     [40]=364, [100]=373
  1899. }
  1900.  
  1901. -- other melee weapons?
  1902. weaponweights = {
  1903.     [22] = 1.14, [23] = 1.24, [24] = 2, [25] = 3.1, [26] = 2.1, [27] = 4.2, [28] = 3.6, [29] = 2.640, [30] = 4.3, [31] = 2.68, [32] = 3.6, [33] = 4.0, [34] = 4.3
  1904. }
  1905.  
  1906. ammoweights =
  1907. {
  1908.     [22] = 0.0224, [23] = 0.0224, [24] = 0.017, [25] = 0.037, [26] = 0.037, [27] = 0.037, [28] = 0.009, [29] = 0.012, [30] = 0.0165, [31] = 0.0112, [32] = 0.009, [33] = 0.0128, [34] = 0.027
  1909. }
  1910.  
  1911. --
  1912. -- Vehicle upgrades as names
  1913. --
  1914. vehicleupgrades = {
  1915.     "Pro Spoiler", "Win Spoiler", "Drag Spoiler", "Alpha Spoiler", "Champ Scoop Hood",
  1916.     "Fury Scoop Hood", "Roof Scoop", "Right Sideskirt", "5x Nitro", "2x Nitro",
  1917.     "10x Nitro", "Race Scoop Hood", "Worx Scoop Hood", "Round Fog Lights", "Champ Spoiler",
  1918.     "Race Spoiler", "Worx Spoiler", "Left Sideskirt", "Upswept Exhaust", "Twin Exhaust",
  1919.     "Large Exhaust", "Medium Exhaust", "Small Exhaust", "Fury Spoiler", "Square Fog Lights",
  1920.     "Offroad Wheels", "Right Alien Sideskirt (Sultan)", "Left Alien Sideskirt (Sultan)",
  1921.     "Alien Exhaust (Sultan)", "X-Flow Exhaust (Sultan)", "Left X-Flow Sideskirt (Sultan)",
  1922.     "Right X-Flow Sideskirt (Sultan)", "Alien Roof Vent (Sultan)", "X-Flow Roof Vent (Sultan)",
  1923.     "Alien Exhaust (Elegy)", "X-Flow Roof Vent (Elegy)", "Right Alien Sideskirt (Elegy)",
  1924.     "X-Flow Exhaust (Elegy)", "Alien Roof Vent (Elegy)", "Left X-Flow Sideskirt (Elegy)",
  1925.     "Left Alien Sideskirt (Elegy)", "Right X-Flow Sideskirt (Elegy)", "Right Chrome Sideskirt (Broadway)",
  1926.     "Slamin Exhaust (Chrome)", "Chrome Exhaust (Broadway)", "X-Flow Exhaust (Flash)", "Alien Exhaust (Flash)",
  1927.     "Right Alien Sideskirt (Flash)", "Right X-Flow Sideskirt (Flash)", "Alien Spoiler (Flash)",
  1928.     "X-Flow Spoiler (Flash)", "Left Alien Sideskirt (Flash)", "Left X-Flow Sideskirt (Flash)",
  1929.     "X-Flow Roof (Flash)", "Alien Roof (Flash)", "Alien Roof (Stratum)", "Right Alien Sideskirt (Stratum)",
  1930.     "Right X-Flow Sideskirt (Stratum)", "Alien Spoiler (Stratum)", "X-Flow Exhaust (Stratum)",
  1931.     "X-Flow Spoiler (Stratum)", "X-Flow Roof (Stratum)", "Left Alien Sideskirt (Stratum)",
  1932.     "Left X-Flow Sideskirt (Stratum)", "Alien Exhaust (Stratum)", "Alien Exhaust (Jester)",
  1933.     "X-FLow Exhaust (Jester)", "Alien Roof (Jester)", "X-Flow Roof (Jester)", "Right Alien Sideskirt (Jester)",
  1934.     "Right X-Flow Sideskirt (Jester)", "Left Alien Sideskirt (Jester)", "Left X-Flow Sideskirt (Jester)",
  1935.     "Shadow Wheels", "Mega Wheels", "Rimshine Wheels", "Wires Wheels", "Classic Wheels", "Twist Wheels",
  1936.     "Cutter Wheels", "Switch Wheels", "Grove Wheels", "Import Wheels", "Dollar Wheels", "Trance Wheels",
  1937.     "Atomic Wheels", "Stereo System", "Hydraulics", "Alien Roof (Uranus)", "X-Flow Exhaust (Uranus)",
  1938.     "Right Alien Sideskirt (Uranus)", "X-Flow Roof (Uranus)", "Alien Exhaust (Uranus)",
  1939.     "Right X-Flow Sideskirt (Uranus)", "Left Alien Sideskirt (Uranus)", "Left X-Flow Sideskirt (Uranus)",
  1940.     "Ahab Wheels", "Virtual Wheels", "Access Wheels", "Left Chrome Sideskirt (Broadway)",
  1941.     "Chrome Grill (Remington)", "Left 'Chrome Flames' Sideskirt (Remington)",
  1942.     "Left 'Chrome Strip' Sideskirt (Savanna)", "Covertible (Blade)", "Chrome Exhaust (Blade)",
  1943.     "Slamin Exhaust (Blade)", "Right 'Chrome Arches' Sideskirt (Remington)",
  1944.     "Left 'Chrome Strip' Sideskirt (Blade)", "Right 'Chrome Strip' Sideskirt (Blade)",
  1945.     "Chrome Rear Bullbars (Slamvan)", "Slamin Rear Bullbars (Slamvan)", false, false, "Chrome Exhaust (Slamvan)",
  1946.     "Slamin Exhaust (Slamvan)", "Chrome Front Bullbars (Slamvan)", "Slamin Front Bullbars (Slamvan)",
  1947.     "Chrome Front Bumper (Slamvan)", "Right 'Chrome Trim' Sideskirt (Slamvan)",
  1948.     "Right 'Wheelcovers' Sideskirt (Slamvan)", "Left 'Chrome Trim' Sideskirt (Slamvan)",
  1949.     "Left 'Wheelcovers' Sideskirt (Slamvan)", "Right 'Chrome Flames' Sideskirt (Remington)",
  1950.     "Bullbar Chrome Bars (Remington)", "Left 'Chrome Arches' Sideskirt (Remington)", "Bullbar Chrome Lights (Remington)",
  1951.     "Chrome Exhaust (Remington)", "Slamin Exhaust (Remington)", "Vinyl Hardtop (Blade)", "Chrome Exhaust (Savanna)",
  1952.     "Hardtop (Savanna)", "Softtop (Savanna)", "Slamin Exhaust (Savanna)", "Right 'Chrome Strip' Sideskirt (Savanna)",
  1953.     "Right 'Chrome Strip' Sideskirt (Tornado)", "Slamin Exhaust (Tornado)", "Chrome Exhaust (Tornado)",
  1954.     "Left 'Chrome Strip' Sideskirt (Tornado)", "Alien Spoiler (Sultan)", "X-Flow Spoiler (Sultan)",
  1955.     "X-Flow Rear Bumper (Sultan)", "Alien Rear Bumper (Sultan)", "Left Oval Vents", "Right Oval Vents",
  1956.     "Left Square Vents", "Right Square Vents", "X-Flow Spoiler (Elegy)", "Alien Spoiler (Elegy)",
  1957.     "X-Flow Rear Bumper (Elegy)", "Alien Rear Bumper (Elegy)", "Alien Rear Bumper (Flash)",
  1958.     "X-Flow Rear Bumper (Flash)", "X-Flow Front Bumper (Flash)", "Alien Front Bumper (Flash)",
  1959.     "Alien Rear Bumper (Stratum)", "Alien Front Bumper (Stratum)", "X-Flow Rear Bumper (Stratum)",
  1960.     "X-Flow Front Bumper (Stratum)", "X-Flow Spoiler (Jester)", "Alien Rear Bumper (Jester)",
  1961.     "Alien Front Bumper (Jester)", "X-Flow Rear Bumper (Jester)", "Alien Spoiler (Jester)",
  1962.     "X-Flow Spoiler (Uranus)", "Alien Spoiler (Uranus)", "X-Flow Front Bumper (Uranus)",
  1963.     "Alien Front Bumper (Uranus)", "X-Flow Rear Bumper (Uranus)", "Alien Rear Bumper (Uranus)",
  1964.     "Alien Front Bumper (Sultan)", "X-Flow Front Bumper (Sultan)", "Alien Front Bumper (Elegy)",
  1965.     "X-Flow Front Bumper (Elegy)", "X-Flow Front Bumper (Jester)", "Chrome Front Bumper (Broadway)",
  1966.     "Slamin Front Bumper (Broadway)", "Chrome Rear Bumper (Broadway)", "Slamin Rear Bumper (Broadway)",
  1967.     "Slamin Rear Bumper (Remington)", "Chrome Front Bumper (Remington)", "Chrome Rear Bumper (Remington)",
  1968.     "Slamin Front Bumper (Blade)", "Chrome Front Bumper (Blade)", "Slamin Rear Bumper (Blade)",
  1969.     "Chrome Rear Bumper (Blade)", "Slamin Front Bumper (Remington)", "Slamin Rear Bumper (Savanna)",
  1970.     "Chrome Rear Bumper (Savanna)", "Slamin Front Bumper (Savanna)", "Chrome Front Bumper (Savanna)",
  1971.     "Slamin Front Bumper (Tornado)", "Chrome Front Bumper (Tornado)", "Chrome Rear Bumper (Tornado)",
  1972.     "Slamin Rear Bumper (Tornado)"
  1973. }
  1974.  
  1975. --
  1976. -- Badges
  1977. --
  1978.  
  1979. function getBadges( )
  1980.     return {
  1981.         -- [itemID] = {elementData, name, factionIDs, color, iconID}
  1982.         [156]  = { "Superior Court of San Andreas ID",      "a Superior Court of San Andreas ID",           {[50] = true},                   {0, 102, 255}, 2},
  1983.         [64]  = { "LSPD žetonu",       "LSPD žetons",         {[1] = true},                   {0,100,255, true},  2},
  1984.         --[112]  = { "Sheriff Departament",         "a Sheriff Departament badge",          {[202] = true},                 {222, 184, 135, true},  2}, -- Sheriff department
  1985.         [65]  = { "LSGD žetonu",       "LSGD žetons", {[2] = true},       {175,50,50},    1},
  1986.         [86]  = { "LSZD žetonu",       "LSZD ID caurlaide",                {[20] = true},                  {150,150,255},  1},
  1987.         [87]  = { "LSV žetonu",        "LSV žetons",      {[3] = true},                   {0, 80, 0}, 1},
  1988.         --[119] = { "SA ID",        "a Sanitary Andreas ID",                {[125] = true},                 {150,255,255},  1},
  1989.         [122] = { "gaiši zilu bandanu", "gaiši zila bandana",             {[-1] = true},                  {0,185,200},    122},
  1990.         [219] = { "baltu bandanu", "balta bandana",             {[-1] = true},                  {255,255,255},  219},      
  1991.         [123] = { "sarkanu bandanu", "sarkana bandana",             {[-1] = true},                  {190,0,0},  123},
  1992.         [220] = { "pelēku bandanu", "pelēka bandana",             {[-1] = true},                  {100,100,100},  220},  
  1993.         [221] = { "melnu bandanu", "melna bandana",             {[-1] = true},                  {0,0,0},    221},
  1994.         [124] = { "dzeltenu bandanu", "dzeltena bandana",               {[-1] = true},                  {255,250,0},    124},
  1995.         [125] = { "vipletu bandanu", "violeta bandana",             {[-1] = true},                  {220,0,255},    125},
  1996.         [135] = { "zilu bandanu", "zila bandana",               {[-1] = true},                  {0,100,255},    135},
  1997.         [136] = { "brūnu bandanu", "brūna bandana",               {[-1] = true},                  {125,63,50},    136},
  1998.         [158] = { "zaļu bandanu", "zaļa bandana",             {[-1] = true},                  {50,150,50},    158},
  1999.         [168] = { "orandžu bandanu", "orandža bandana",               {[-1] = true},                  {210,105,30},   168},
  2000.         [127] = { "LSFD žetons",       "LSFD žetonu", {[41] = true},  {250, 20, 3},   2},
  2001.         [82] = { "LSAK caurlaidi", "Caurlaide", {[5] = true},   {0,255,0},  1}, --MAXIME | ADD TTR FACTION BAGDE ITEM | 24.1.14
  2002.         --[159] = { "Cargo Group ID", "An ID from Cargo Group", {[56] = true},  {255, 102, 0}, 1}, -- anumaz, Cargo Group ID
  2003.         --[180] = { "SAPT ID", "An ID from San Andreas Public Transport", {[64] = true},  {73, 136, 245}, 1}, -- Exciter
  2004.         -- [161] = { "FAC ID", "an ID from Fleming Architecture and Construction", {[51] = true}, {171, 97, 0}, 1} -- anumaz, BCC ID
  2005.         -- [129] = { "Direct Imports ID",       "a Direct Imports ID",  {[7] = true},   {88, 130, 250}, 1},
  2006.         --[131] = { "HUS žetonu",        "HSU žetons",                {[203] = true},                    {219, 194, 141},    1}, -- Adams added the LSCSD badge / 03/02/14
  2007.         -- [146] = { "Los Santos District Court Identification Card",       "a Los Santos District Court Identification Card",                  {[202] = true},                 {128,0,128},    1},
  2008.     }
  2009. end
  2010.  
  2011. -- badges/IDs should generally be in the wallet.
  2012. for k, v in pairs(getBadges()) do
  2013.     if not v[3][-1] and g_items[k][3] ~= 10 then
  2014.         outputDebugString('Badge/ID' .. k .. ' is not in wallet.')
  2015.     end
  2016. end
  2017.  
  2018. --
  2019. -- Mask Data
  2020. --
  2021. function getMasks( )
  2022.     return {
  2023.         -- [itemID] = { elementData, textWhenPuttingOn, textWhentakingOff, hideIdentity }
  2024.         [26]  = {"gasmask",         "uzvelk melnu gāzmasku uz sejas",  "novelk nost gāzmasku no sejas",   true},
  2025.         [56]  = {"mask",            "uzvelk masku uz galvas",               "novelk masku no galvas",               true},
  2026.         [90]  = {"helmet",          "uzvelk #name uz galvas",               "novelk #name no galvas",               false},
  2027.         [120] = {"scuba",           "uzvelk gaisa balonu",                      "novelk gaisa balonu",                      true},
  2028.         [171] = {"bikerhelmet",     "uzliek #name uz galvas",               "noņem #name no galvas",               false},
  2029.         [172] = {"fullfacehelmet",  "uzliek #name uz galvas",               "noņem #name no galvas",               true},
  2030.     }
  2031. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement