Esx_shops remastered as esx_multishops

Hi, i’ve tweaked the esx_shops plugin to allow customization of shops blips, markers, and colors per shop type :grinning:
That’s not much but if It can help you, here it is !
esx_MultiShops

Just modify/add these sections in config file :

	RobsLiquor = {
		Items = {},
		Type = 93, -- blip type (https://docs.fivem.net/docs/game-references/blips/)
		BlipColor = 27, -- blip color (https://docs.fivem.net/docs/game-references/blips/#blip-colors)
		MarkerType = 1, -- (https://docs.fivem.net/docs/game-references/markers/)
		MarkerColor = {r = 0, g = 128, b = 255}, -- RGB color (see https://www.w3schools.com/colors/colors_picker.asp)
		Name = "robs", -- name used for the blip (on the map)
		Pos = {
			vector3(1135.8, -982.2, 45.4),
			vector3(-1222.9, -906.9, 11.3),
			vector3(-1487.5, -379.1, 39.1),
			vector3(-2968.2, 390.9, 14.0),
			vector3(1166.0, 2708.9, 37.1),
			vector3(1392.5, 3604.6,  33.9),
			vector3(127.8,  -1284.7, 28.2), --StripClub
			vector3(-1393.4, -606.6, 29.3), --Tequila la
			vector3(-559.9, 287.0, 81.1) --Bahamamas
	}},
Preview





3 Likes

Hi i found an issue where i am trying to buy an item from the new type but it does not go into my inventory it does not even buy it at all it is in the sql fine but it does not buy the item but in every other type it works do you know the fix.

Hey, can u post a Preview picture or video please? :smiley:

1 Like

Thans for that, just like a noob i’ve pushed wrong folder :sweat_smile:
Tested, and working now

Thank you i will test it when i get chance.

1 Like

Done :ok_hand:

wow you have nice optimize esx server

tried it comes up with this issue when trying to buy item.

I’m not using extendedmode but es_extended :roll_eyes:
But the only way I can have this error is when the item weight is 0 in DB (items table), like the original esx_shops plugin


Make sure your item has a weight, that’s the only thing I see for the moment :man_shrugging:

Yep Same issue occurs.

nice thanks for it

Change of plans going to add Liquor to main stores like it is in real life and change Robs to Card Shop since it works with that.

same issue with me, did u find a fix