ylean_hobofights
1. QBCore Dependencies
1.1 ESX Dependencies
2. config.lua
Ylean = {}
Ylean.betAmount = 2000
Ylean.prizeMultiplier = 2
Ylean.makeabetPed = {
coords = vector4(88.59, 6359.33, 30.38, 27.39),
model = "a_m_m_tranvest_01"
}
Ylean.hobo1 = {
coords = vector4(95.42, 6359.1, 30.38, 118.28),
model = "a_m_y_acult_01"
}
Ylean.hobo2 = {
coords = vector4(90.74, 6356.65, 30.38, 298.08),
model = "a_m_y_acult_01"
}
Ylean.betAmount
- the amount of money taken from the player when placing a bet on a fight
Ylean.prizeMultiplier
- the prize multiplier, for example, with Ylean.betAmount = 2000
and Ylean.prizeMultiplier = 2
, the winnings are $4000.
Last updated