Banks

Welcome to Banks

Here you can add the points of the banks you want, each one will have its ID so you can choose its blip. You can also add accessories considered as ATMs, if it does not use metadata, they will be normal banks, if it uses metadata you will only be able to access using the card.

Plus you can add even more ATM models if you have modified props on your server.

Config.Bank = { -- All physical banks
    { id = 108, x = 150.266,   y = -1040.203, z = 29.374 },
    { id = 108, x = -1212.980, y = -330.841,  z = 37.787 },
    { id = 108, x = -2962.582, y = 482.627,   z = 15.703 },
    { id = 108, x = -112.202,  y = 6469.295,  z = 31.626 },
    { id = 108, x = 314.187,   y = -278.621,  z = 54.170 },
    { id = 108, x = -351.534,  y = -49.529,   z = 49.042 },
    { id = 108, x = 241.727,   y = 220.706,   z = 106.286 },
    { id = 108, x = 1175.064,  y = 2706.643,  z = 38.094 }
}

Config.ATMModels = { -- All ATM in your city
    'prop_atm_01',
    'prop_atm_02',
    'prop_atm_03',
    'prop_fleeca_atm'
}

Last updated