selam
bana aşağıda kodunu verdiğim gibi gibi haritamda birden fazla ev soygun yeri yapmak istiyorum fakat E ile açılan ev içindeki arama yerleri bir evde gözükürken diğer evde gözükmüyor nasıl yapmalı?
local burglaryInside = {
["Saffron"] = { x = -618.41, y = 43.74, z = -182.98, item = 'bread', amount = math.random(2,4)},
["Speaker"] = {x = -607.72, y = 41.32, z = -183.18, item = 'speaker', amount = math.random(1,2)},
["Laptop"] = { x = -625.12, y = 50.23, z = -183.98, item = 'laptop', amount = 1},
["Bag of Cocaine"] = { x = -621.33, y = 53.83, z = -183.98, item = 'lotteryticket', amount = math.random(1,2)},
["Book"] = { x = -607.41, y = 49.11, z = -183.18, item = 'book', amount = math.random(1,2)},
["Coupon"] = { x = -597.17, y = 51.97, z = -183.58, item = 'kazikazan', amount = math.random(1,3)},
["Toothpaste"] = { x = -589.39, y = 52.19, z = -183.58, item = 'toothpaste', amount = math.random(1,2)},
["Lottery Ticket"] = { x = -593.7, y = 50.19, z = -183.58, item = 'money', amount = math.random(1,5)}
}
local closets = {
["Robban's Closet"] = { x = -593.67, y = 56.77, z = -183.58, items = {'shirt', 'pants', 'hat', 'shoes'}, shirtAmount = math.random(1,3), pantsAmount = math.random(1,3), hatAmount = math.random(1,2), shoesAmount = math.random(1,2)},
}
local burglaryInside = {
["Saffron"] = { x = 342.23, y = -1003.29, z = -99.0, item = 'bread', amount = math.random(2,4)},
["Speaker"] = {x = 338.14, y = -997.69, z = -99.2, item = 'speaker', amount = math.random(1,2)},
["Laptop"] = { x = 350.91 , y = -999.26 , z = -99.2, item = 'laptop', amount = 1},
["Bag of Cocaine"] = { x = 349.19, y = -994.83, z = -99.2, item = 'lotteryticket', amount = math.random(1,2)},
["Book"] = { x = 345.3, y = -995.76, z = -99.2, item = 'book', amount = math.random(1,2)},
["Coupon"] = { x = 346.14, y = -1001.55, z = -99.2, item = 'kazikazan', amount = math.random(1,3)},
["Toothpaste"] = { x = 347.23, y = -994.09, z = -99.2, item = 'toothpaste', amount = math.random(1,2)},
["Lottery Ticket"] = { x = 339.23, y = -1003.35, z = -99.2, item = 'money', amount = math.random(1,5)}
}
local closets = {
["Robban's Closet"] = { x = 351.24, y = -993.53, z = -99.2, items = {'shirt', 'pants', 'hat', 'shoes'}, shirtAmount = math.random(1,3), pantsAmount = math.random(1,3), hatAmount = math.random(1,2), shoesAmount = math.random(1,2)},
}