forked from Simnation/Main
ed
This commit is contained in:
parent
cd11095ed2
commit
ef0ad6cdc0
2 changed files with 3 additions and 3 deletions
|
@ -7803,7 +7803,7 @@ itemsData = {
|
||||||
label = 'Flohmittel',
|
label = 'Flohmittel',
|
||||||
name = 'flohmittel',
|
name = 'flohmittel',
|
||||||
},
|
},
|
||||||
markedbills = {
|
blackmoney = {
|
||||||
useable = false,
|
useable = false,
|
||||||
weight = 1,
|
weight = 1,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
|
@ -7812,7 +7812,7 @@ itemsData = {
|
||||||
image = 'markedbills.png',
|
image = 'markedbills.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
label = 'Schwarzgeld',
|
label = 'Schwarzgeld',
|
||||||
name = 'markedbills',
|
name = 'blackmoney',
|
||||||
},
|
},
|
||||||
metalscrap = {
|
metalscrap = {
|
||||||
useable = false,
|
useable = false,
|
||||||
|
|
|
@ -35,7 +35,7 @@ Cfg = {
|
||||||
PedModel = 'a_m_m_og_boss_01', -- Ped model (https://docs.fivem.net/docs/game-references/ped-models/)
|
PedModel = 'a_m_m_og_boss_01', -- Ped model (https://docs.fivem.net/docs/game-references/ped-models/)
|
||||||
PedHeading = 265.89, -- Ped heading (0.0 - 360.0)
|
PedHeading = 265.89, -- Ped heading (0.0 - 360.0)
|
||||||
|
|
||||||
Currency = 'markedbills', -- Currency item (supports items or qb-core 'markedbills')
|
Currency = 'blackmoney', -- Currency item (supports items or qb-core 'markedbills')
|
||||||
TaxRate = 25, -- Tax rate. (0 - 100) if DynamicTax is enabled, this value will be ignored.
|
TaxRate = 25, -- Tax rate. (0 - 100) if DynamicTax is enabled, this value will be ignored.
|
||||||
DynamicTax = true, -- Changing tax rate (true: enabled, false: disabled)
|
DynamicTax = true, -- Changing tax rate (true: enabled, false: disabled)
|
||||||
DynamicTimer = 60, -- Tax rate change timer (minutes)
|
DynamicTimer = 60, -- Tax rate change timer (minutes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue