# Position

Update :

You can now adapt the script directly for [Suburban](https://kingmaps.net/products/7071113), [Binco](https://kingmaps.net/products/6991821) from [KingMaps](https://kingmaps.net/)

{% tabs %}
{% tab title="Vanilla IPL" %}

```lua
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"
        }
    }
}
```

{% endtab %}

{% tab title="KingMaps" %}

```lua
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(72.356049, -1395.362671, 29.364136),
            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(-705.547241, -159.125275, 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(-161.907700, -295.595612, 39.726685),
            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.531860, -803.683533, 29.482056),
            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(-826.167053, -1072.219727, 11.317993),
            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(-1454.597778, -243.705490, 49.802979),
            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(8.584616, 6511.898926, 31.874756),
            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(119.367035, -221.340652, 54.554565),
            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.588989, 4825.595703, 42.052002),
            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(621.032959, 2763.349365, 42.085693),
            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(1194.171387, 2713.213135, 38.210205),
            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(-1189.015381, -773.512085, 17.333374),
            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(-3176.914307, 1046.584595, 20.854980),
            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(-1105.252686, 2711.024170, 19.102539),
            sprite = 73,
            display = 4,
            scale = 0.7,
            colour = 2,
            name = "Clothing"
        }
    }
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.var-fivem.com/clothes-shop-v2/configuration/position.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
