[Release] [ESX] [Clothing Shops]

Does anyone know if it is possible to remove certain items from the clothing shop?

1 Like

noice

Friends, have some way to change the camera mode to free camera but still with character freezed ?

Thanks

is there some one who know indeed this issue…
Because what this guy means is when u don’t have enough money
and wanna buy it … it makes u select the clothing and when wanna buy it says not enough money…
But when u get out of the circle it select still the clothing where u dit not have enough money for to buy…
It does vanish but only when u relog…

========================================================
ps this issue has nothing todo with the server.cfg
And yes i have all the requirements…

1 Like

Where are the outfits stored? in what folder or file?

1 Like

Someone found this version?

1 Like

I need this too, find anything?

i have the same problem

Hello,
Is there a possibility to put the wardrobe in the shop? Recover the hold back up

1 Like

Hi there is a possibility to remove undershirt? for fix the bug

sure: https://github.com/ESX-PUBLIC/esx_eden_clotheshop

neh does not work. shirt bug

HI,
please can you explain how does this works?
Sometimes when I add some new clothes addons it works and shows there and some not.

Can you tell us please how to add new clothes parts so it can be visible in this menu?
Thanks

can I put peds in this shop¿

2 Likes

yes you can

2 Likes

How do I remove just one singular cloth store blip?

sorry for late reply, but just add ‘bproof1’ and ‘bproof2’ to the script

1 Like

Hello I download esx_eden_clotheshop and its good in the shop you can buy change and remove cloth but i want add new checkpoint when you can only change and remove cloth

Config = {}
Config.Locale = 'en'

Config.Price = 250

Config.DrawDistance = 100.0
Config.MarkerSize   = {x = 1.5, y = 1.5, z = 1.0}
Config.MarkerColor  = {r = 102, g = 102, b = 204}
Config.MarkerType   = 1

Config.Zones = {}

Config.Shops = {
  {x=72.254,    y=-1399.102, z=28.376},
  {x=-703.776,  y=-152.258,  z=36.415},
  {x=-167.863,  y=-298.969,  z=38.733},
  {x=428.694,   y=-800.106,  z=28.491},
  {x=-829.413,  y=-1073.710, z=10.328},
  {x=-1447.797, y=-242.461,  z=48.820},
  {x=11.632,    y=6514.224,  z=30.877},
  {x=123.646,   y=-219.440,  z=53.557},
  {x=1696.291,  y=4829.312,  z=41.063},
  {x=618.093,   y=2759.629,  z=41.088},
  {x=1190.550,  y=2713.441,  z=37.222},
  {x=-1193.429, y=-772.262,  z=16.324},
  {x=-3172.496, y=1048.133,  z=19.863},
  {x=-1108.441, y=2708.923,  z=18.107},
}    

for i=1, #Config.Shops, 1 do

	Config.Zones['Shop_' .. i] = {
	 	Pos   = Config.Shops[i],
	 	Size  = Config.MarkerSize,
	 	Color = Config.MarkerColor,
	 	Type  = Config.MarkerType
  }

end

and I want this

Config = {}
Config.Locale = 'en'

Config.Price = 250

Config.DrawDistance = 100.0
Config.MarkerSize   = {x = 1.5, y = 1.5, z = 1.0}
Config.MarkerColor  = {r = 102, g = 102, b = 204}
Config.MarkerType   = 1

Config.Zones = {}

Config.Shops = {
  {x=72.254,    y=-1399.102, z=28.376},
  {x=-703.776,  y=-152.258,  z=36.415},
  {x=-167.863,  y=-298.969,  z=38.733},
  {x=428.694,   y=-800.106,  z=28.491},
  {x=-829.413,  y=-1073.710, z=10.328},
  {x=-1447.797, y=-242.461,  z=48.820},
  {x=11.632,    y=6514.224,  z=30.877},
  {x=123.646,   y=-219.440,  z=53.557},
  {x=1696.291,  y=4829.312,  z=41.063},
  {x=618.093,   y=2759.629,  z=41.088},
  {x=1190.550,  y=2713.441,  z=37.222},
  {x=-1193.429, y=-772.262,  z=16.324},
  {x=-3172.496, y=1048.133,  z=19.863},
  {x=-1108.441, y=2708.923,  z=18.107},
}    

Config.Cloth = {
  {x=372.254,    y=-999.102, z=30.376},
}  

for i=1, #Config.Shops, 1 do

	Config.Zones['Shop_' .. i] = {
	 	Pos   = Config.Shops[i],
	 	Size  = Config.MarkerSize,
	 	Color = Config.MarkerColor,
	 	Type  = Config.MarkerType
  }

end

Hello everyone,
i’m developer at a roleplay server. I want to set a point into the PD whre you can choose your saved outfits. I don’t know how i can do that. Is there anyone who know how to do that. Do i need another script or something like that.
Thank you!

I wanted to delete this from the esx base that I downloaded but the markers in the shop still show how do I remove this