Price
UnknownA script by gener4l
Price
UnknownThere is a transfer limit according to the level. The time you set in the config is renewed at intervals. Each transfer gives the person experience points after the transaction, which helps him to level up. (closeable)
STG = {}
STG.Steam = '9874349B351DA3C2340BFC2C57A150EF'
STG.XP = 100
STG.Prefix = "STG"
STG.xpTimeout = 10 * 60000
STG.LevelSystem = true
STG.Target = true
STG.TransferLimit = true
STG.LimitTimeout = 60 * 60000
-- https://docs.fivem.net/docs/game-references/blips/
STG.Blips = {
{sprite = 108, color = 2, scale = 0.9, coords = vector3(150.266, -1040.203, 29.374), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(-1212.980, -330.841, 37.787), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(-2962.582, 482.627, 15.703), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(-112.202, 6469.295, 31.626), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(314.187, -278.621, 54.170), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(-351.534, -49.529, 49.042), name = "Bank"},
{sprite = 108, color = 3, scale = 1.0, coords = vector3(252.33, 218.11, 106.29), name = "Bank"},
{sprite = 108, color = 2, scale = 0.9, coords = vector3(1175.064, 2706.643, 38.094), name = "Bank"},
}
STG.ATMProps = {
'prop_atm_03',
'prop_fleeca_atm',
'prop_atm_01',
'prop_atm_02'
}
STG.BankProps = {
'v_corp_fleeca_display',
}
STG.Locale = {
transferDone = "Transfer Done!",
ibanNotfound = "IBAN not found please check it!",
withdraw = "Withdrawa successful!",
deposit = "Deposit successful!",
open = "Open ATM",
openBank = "Open Bank",
levelup = "Your VISA have leveled up!",
openbank = "Press ~INPUT_CONTEXT~ to open ATM"
}
STG.Levels = {
Level1 = {
level = 1,
xp = 0,
limit = 20000
},
Level2 = {
level = 2,
xp = 400,
limit = 50000
},
Level3 = {
level = 3,
xp = 800,
limit = 200000
},
Level4 = {
level = 4,
xp = 1600,
limit = 500000
},
Level5 = {
level = 5,
xp = 3000,
limit = 1000000
},
}
[ESX] Purchase Open Source via Tebex
[QBCore] Purchase Open Source via TebexOther Scripts
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 1.3k+ |
| Requirements | esx or qbcore |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.