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',
|
||||
name = 'flohmittel',
|
||||
},
|
||||
markedbills = {
|
||||
blackmoney = {
|
||||
useable = false,
|
||||
weight = 1,
|
||||
type = 'item',
|
||||
|
@ -7812,7 +7812,7 @@ itemsData = {
|
|||
image = 'markedbills.png',
|
||||
shouldClose = true,
|
||||
label = 'Schwarzgeld',
|
||||
name = 'markedbills',
|
||||
name = 'blackmoney',
|
||||
},
|
||||
metalscrap = {
|
||||
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/)
|
||||
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.
|
||||
DynamicTax = true, -- Changing tax rate (true: enabled, false: disabled)
|
||||
DynamicTimer = 60, -- Tax rate change timer (minutes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue