📌Position
Update :
You can now adapt the script directly for Suburban, Binco from KingMaps
Shared.ClotheShops = {
-- 1
strawberry = {
name = "Discount Store - Strawberry",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
undershirt = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
tops = {
enabled = true,
price = {mode = "multiplier", base = 300, mult = 2},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 250}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 180}, icon = "images/icons/CLOTH-5-ICON.png"},
mask = {enabled = false}
},
blip = {
pos = vec3(71.835, -1399.081, 29.376),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 2
hawick = {
name = "Suburban - Hawick",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.00,
categories = {
arms = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
undershirt = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
tops = {
enabled = true,
label = "Hauts Urbains",
price = {mode = "multiplier", base = 350, mult = 3},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 220}, icon = "images/icons/CLOTH-5-ICON.png"},
glasses = {
enabled = true,
label = "Optique",
price = {mode = "table", map = {[0] = 100, [1] = 150, [2] = 200, [10] = 1000}},
icon = "images/icons/CLOTH-8-ICON.png"
}
},
blip = {
pos = vec3(-708.791199, -160.114288, 37.401489),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 3
rockford = {
name = "Ponsonbys - Rockford",
payment = "bank",
currency = "$",
tax = 0.05,
discount = 0.00,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 600}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 480}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 420}, icon = "images/icons/CLOTH-5-ICON.png"},
accessories = {
enabled = true,
price = {mode = "multiplier", base = 250, mult = 5},
icon = "images/icons/CLOTH-2-ICON.png"
}
},
blip = {
pos = vec3(-167.863, -298.969, 39.743),
sprite = 73,
display = 4,
scale = 0.75,
colour = 5,
name = "Luxury Clothing"
}
},
-- 4
textile = {
name = "Discount Store - Textile City",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {
enabled = true,
price = {mode = "multiplier", base = 280, mult = 2},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 220}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 160}, icon = "images/icons/CLOTH-5-ICON.png"},
bags = {
enabled = true,
price = {mode = "fixed", base = 300},
blacklist = {15, 16, 17},
icon = "images/icons/CLOTH-6-ICON.png"
}
},
blip = {
pos = vec3(428.694, -800.106, 29.511),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 5
vespucci_beach = {
name = "Binco - Vespucci Beach",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {
enabled = true,
price = {mode = "multiplier", base = 300, mult = 2},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 230}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 170}, icon = "images/icons/CLOTH-5-ICON.png"},
mask = {
enabled = true,
price = {mode = "multiplier", base = 200, mult = 5},
icon = "images/icons/CLOTH-7-ICON.png"
},
bags = {enabled = true, price = {mode = "fixed", base = 350}, icon = "images/icons/CLOTH-6-ICON.png"}
},
blip = {
pos = vec3(-829.413, -1073.710, 11.348),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 6
del_perro = {
name = "Ponsonbys - Del Perro",
payment = "bank",
currency = "$",
tax = 0.05,
discount = 0.00,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 650}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 520}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 450}, icon = "images/icons/CLOTH-5-ICON.png"},
accessories = {
enabled = true,
price = {mode = "multiplier", base = 300, mult = 6},
icon = "images/icons/CLOTH-2-ICON.png"
}
},
blip = {
pos = vec3(-1447.797, -242.461, 49.840),
sprite = 73,
display = 4,
scale = 0.75,
colour = 5,
name = "Luxury Clothing"
}
},
-- 7
paleto = {
name = "Discount Store - Paleto",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.05,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 320}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 240}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 180}, icon = "images/icons/CLOTH-5-ICON.png"},
mask = {
enabled = true,
price = {mode = "multiplier", base = 200, mult = 4},
icon = "images/icons/CLOTH-7-ICON.png"
}
},
blip = {
pos = vec3(11.632, 6514.224, 31.897),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 8
alta = {
name = "Suburban - Alta",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.05,
categories = {
tops = {
enabled = true,
price = {mode = "multiplier", base = 360, mult = 2},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 280}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 220}, icon = "images/icons/CLOTH-5-ICON.png"},
glasses = {
enabled = true,
label = "Optique",
price = {mode = "table", map = {[0] = 120, [1] = 180, [2] = 220}},
icon = "images/icons/CLOTH-8-ICON.png"
}
},
blip = {
pos = vec3(123.646, -219.440, 54.577),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 9
grapeseed = {
name = "Discount - Grapeseed",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 220}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 160}, icon = "images/icons/CLOTH-5-ICON.png"},
bags = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-6-ICON.png"}
},
blip = {
pos = vec3(1696.291, 4829.312, 42.083),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 10
harmony = {
name = "Discount - Harmony",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 230}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 170}, icon = "images/icons/CLOTH-5-ICON.png"},
helmet = {
enabled = true,
price = {mode = "multiplier", base = 150, mult = 3},
icon = "images/icons/CLOTH-1-ICON.png"
}
},
blip = {
pos = vec3(618.093, 2759.629, 42.108),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 11
sandy = {
name = "Discount - Sandy Shores",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 300}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 230}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 170}, icon = "images/icons/CLOTH-5-ICON.png"},
mask = {
enabled = true,
price = {mode = "multiplier", base = 180, mult = 4},
icon = "images/icons/CLOTH-7-ICON.png"
}
},
blip = {
pos = vec3(1190.550, 2713.441, 38.242),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 12
south_rockford = {
name = "Suburban - South Rockford",
payment = "bank",
currency = "$",
tax = 0.02,
discount = 0.05,
categories = {
tops = {
enabled = true,
price = {mode = "multiplier", base = 380, mult = 3},
icon = "images/icons/CLOTH-3-ICON.png"
},
pants = {enabled = true, price = {mode = "fixed", base = 320}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 240}, icon = "images/icons/CLOTH-5-ICON.png"},
accessories = {
enabled = true,
price = {mode = "multiplier", base = 220, mult = 4},
icon = "images/icons/CLOTH-2-ICON.png"
}
},
blip = {
pos = vec3(-1193.429, -772.262, 17.344),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 13
chumash = {
name = "Suburban - Chumash",
payment = "bank",
currency = "$",
tax = 0.02,
discount = 0.05,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 420}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 320}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 250}, icon = "images/icons/CLOTH-5-ICON.png"},
bags = {enabled = true, price = {mode = "fixed", base = 380}, icon = "images/icons/CLOTH-6-ICON.png"}
},
blip = {
pos = vec3(-3172.496, 1048.133, 20.883),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
},
-- 14
route68_north = {
name = "Discount - Route 68 North",
payment = "bank",
currency = "$",
tax = 0.00,
discount = 0.10,
categories = {
tops = {enabled = true, price = {mode = "fixed", base = 310}, icon = "images/icons/CLOTH-3-ICON.png"},
pants = {enabled = true, price = {mode = "fixed", base = 230}, icon = "images/icons/CLOTH-4-ICON.png"},
shoes = {enabled = true, price = {mode = "fixed", base = 180}, icon = "images/icons/CLOTH-5-ICON.png"},
glasses = {
enabled = true,
label = "Optique",
price = {mode = "table", map = {[0] = 120, [1] = 160, [2] = 200}},
icon = "images/icons/CLOTH-8-ICON.png"
}
},
blip = {
pos = vec3(-1108.441, 2708.923, 19.127),
sprite = 73,
display = 4,
scale = 0.7,
colour = 2,
name = "Clothing"
}
}
}Last updated