fourtwenty_banking
Features
- Deposit
- Withdraw
- Transfer to another online players
- Every ATM is usable (detected via props, you can add custom props in config)
- Bank-Stations (you can setup custom locations with drawmarker via config)
- Logsystem
- Translation System (English and German for default)
Config
Open
Config.Webhook = ""
Config.Locale = "en"
Config.ATMProps = {
`prop_atm_01`,
`prop_atm_02`,
`prop_atm_03`,
`prop_fleeca_atm`
}
Config.BankLocations = {
vector3(150.266, -1040.203, 29.374),
vector3(314.187, -278.621, 54.170),
vector3(-351.534, -49.529, 49.042),
vector3(-1212.980, -330.841, 37.787),
vector3(-2962.582, 482.627, 15.703)
}
Config.MarkerSettings = {
type = 1,
size = vector3(1.5, 1.5, 1.0),
color = vector3(0, 150, 255),
bobUpAndDown = false,
faceCamera = false,
rotate = false,
drawDistance = 10.0
}
|
|
| Code is accessible |
No (Functions and Config are available) |
| Subscription-based |
No |
| Lines (approximately) |
~1100 |
| Requirements |
es_extended |
| Support |
Yes |