diff --git a/clothing/config.lua b/clothing/config.lua index d417203..c1c9e9a 100644 --- a/clothing/config.lua +++ b/clothing/config.lua @@ -50,14 +50,21 @@ player_data = { }, } local clothing_shops = { - {name="Clothing Store", id=73, x=1932.76989746094, y=3727.73510742188, z=32.8444557189941}, - {name="Clothing Store", id=73, x=1693.26, y=4822.27, z=42.06}, - {name="Clothing Store", id=73, x=125.83, y=-223.16, z=54.55}, - {name="Clothing Store", id=73, x=-710.16, y=-153.26, z=37.41}, - {name="Clothing Store", id=73, x=-821.69, y=-1073.90, z=11.32}, - {name="Clothing Store", id=73, x=-1192.81, y=-768.24, z=17.31}, - {name="Clothing Store", id=73, x=4.25, y=6512.88, z=31.87}, - {name="Clothing Store", id=73, x=425.471, y=-806.164, z=29.4911}, + {name="Clothing Store", color=44, id=73, x=1932.76989746094, y=3727.73510742188, z=32.8444557189941}, + {name="Clothing Store", color=44, id=73, x=1693.26, y=4822.27, z=42.06}, + {name="Clothing Store", color=44, id=73, x=125.83, y=-223.16, z=54.55}, + {name="Clothing Store", color=44, id=73, x=-710.16, y=-153.26, z=37.41}, + {name="Clothing Store", color=44, id=73, x=-821.69, y=-1073.90, z=11.32}, + {name="Clothing Store", color=44, id=73, x=-1192.81, y=-768.24, z=17.31}, + {name="Clothing Store", color=44, id=73, x=4.25, y=6512.88, z=31.87}, + {name="Clothing Store", color=44, id=73, x=425.471, y=-806.164, z=29.4911}, + {name="Clothing Store", color=44, id=73, x=-161.19, y=-303.28, z=39.73}, + {name="Clothing Store", color=44, id=73, x=1190.19, y=2713.57, z=38.22}, + {name="Clothing Store", color=44, id=73, x=617.52, y=2761.59, z=42.09}, + {name="Clothing Store", color=44, id=73, x=-1108.28, y=2708.7, z=19.11}, + {name="Clothing Store", color=44, id=73, x=-3173.24, y=1046.57, z=20.86}, + {name="Clothing Store", color=44, id=73, x=72.47, y=-1398.88, z=29.38}, + {name="Clothing Store", color=44, id=73, x=-1452.85, y=-237.52, z=49.81}, } incircle = false Citizen.CreateThread(function() @@ -109,4 +116,4 @@ Citizen.CreateThread(function() Menu.DisplayCurMenu() end end -end) \ No newline at end of file +end)