βοΈAdd new currency
Installation for SA-Money script (Adding new currency)
Money = {
Currencies = {
[1] = {
currency = 'cash',
item = 'money',
prop = 'prop_cash_pile_02',
},
[2] = {
currency = 'blackmoney',
item = 'black',
prop = 'prop_cash_pile_02',
--chance = 1.0, -- 0.7 = 70% chance to success / 30% to call a cops (DOESN'T WORK FOR NOW)
},
--[[[3] = {
currency = 'printedbills',
item = 'printedbills',
prop = 'prop_cash_pile_02',
--chance = 1.0, -- 0.7 = 70% chance to success / 30% to call a cops (DOESN'T WORK FOR NOW)
}, ]]
}
}Last updated