๐Configurables
In this page, you can see everything that can be configured/changed within this script.
Config File
Config = {}
Config.Locale = "en"
Config.LogPaycheck = true
Config.MaxTransactions = 10 -- How many logs will saved per player
Config.Banks = {
{
Position = vector4(149.91, -1040.74, 29.374, 160),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(-1212.63, -330.78, 37.59, 210),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(-2962.47, 482.93, 15.5, 270),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(-113.01, 6470.24, 31.43, 315),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(314.16, -279.09, 53.97, 160),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(-350.99, -49.99, 48.84, 160),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(1175.02, 2706.87, 37.89, 0),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
},
{
Position = vector4(246.63, 223.62, 106.0, 160),
Blip = {
Enabled = true,
Color = 69,
Label = 'Bank',
Sprite = 108,
Scale = 0.7
}
}
}
Last updated