ylean_loansystem
https://ylean.tebex.io/package/5634716 https://ylean.tebex.io/package/5634728
1. SQL Setup
2. Config
Ylean = {}
--provided number is in days
Ylean.paymentDeadline = 14
Ylean.blip ={
coords = vector4(254.52, 210.11, 106.29, 0.0),
name = "Take a loan!",
type = 500
}
Ylean.Marker = {
Coords = vector4(254.52, 210.11, 106.29, 0.0),
Type = 29,
Scale = vector3(1, 1, 1)
}
Ylean.csmla = {
{credit_score = 0, max_loan = 10000},
{credit_score = 5, max_loan = 20000},
{credit_score = 10, max_loan = 30000},
{credit_score = 15, max_loan = 40000}
}3. Maximum interest rate and installments configuration
Last updated