Pawn Shops
Table Setup
PawnShopTables = {
{
coords = vector4(296.8155, -374.5047, 4.5963, 206.5959), -- Coordinates of the pawn shop
ped = 'a_m_y_vindouche_01', -- NPC model representing the pawnbroker, or false for marker and text
location = "Los Santos",
blip = true, -- Enable/disable blip for visibility
items = {
[1] = {label = 'Gold Bar', spawn_code = 'gold', price = math.random(9000, 14000)},
[2] = {label = 'Iron Bar', spawn_code = 'iron', price = math.random(2500, 6000)},
[3] = {label = 'Rolex', spawn_code = 'rolex', price = math.random(35000, 55000)},
[4] = {label = 'Radio', spawn_code = 'radio_broken', price = math.random(1000, 2500)},
[5] = {label = 'USB', spawn_code = 'hack_usb', price = math.random(25000, 4000)}
}
},
}
Last updated