Mas como especificamente?! Estou até aqui agora no Script quebrando a cabeça, até agora ele ficou da seguinte forma:
-- O Formato da MoneyZone: {x = 0, y = 0, z = 0, width = 0, depth = 0, height = 0},
local moneyzone = {
{x = 1994.075, y = 1515.899, z = 7, width = 250, depth = 250, height = 30}, -- PirateShip MoneyZone
}
-- Inicializando a zona de dinheiro
local z = {}
local dinheiro = givePlayerMoney (player, 3)
function initMoneyzone()
if moneyzone and #moneyzone ~= 0 then
for _, v in ipairs(moneyzone) do
if v then
if v.x and v.y and v.z and v.width and v.depth and v.height then
local c = createColCuboid(v.x, v.y, v.z, v.width, v.depth, v.height)
if c then
z[c] = true
for _,