Creating Vendors
Step 1. Setting Up Locations
return {
some_general_store = {
type = "general",
label = "Some General Store",
coords = vector4(-306.99, -971.24, 31.08, 159.15),
payment_types = { "balance", "item" },
can_access = function()
return true
end,
}
}Options
Restricting Vendor Access
Step 2. Setting Up Peds
Options
Step 3. Setting Up Blips
Options
Step 4. Setting Up Items
Summary
Last updated