ByYoSe Docs
BoutiqueSupportYoutube
  • 👋Documentation ByYoSe
  • ⚙️SCRIPTS - FIVEM
    • ByYoSe Crime Missions
      • Configuration
    • ByYoSe GoFast
      • Configuration
    • ByYoSe Truck Driver
      • Configuration
    • ByYoSe Bag Pick
      • Configuration
    • ByYoSe Mortier
      • Configuration
  • ⚙️ADDONS - GMOD
    • ByYoSe Shop InGame
      • Configuration
    • ByYoSe Dirty Money
      • Configuration
Propulsé par GitBook
Sur cette page
  1. ADDONS - GMOD

ByYoSe Dirty Money

PrécédentConfigurationSuivantConfiguration

Dernière mise à jour il y a 1 an

🦠 Functions


  • Adding a specified amount of "dirty money" to the entity or player

meta:addDirtyMoney(amount)
Setting
Description

amount

Amount of dirty money to add


  • This function allows you to set the total amount of dirty money

meta:setDirtyMoney(amount)
Setting
Description

amount

Total amount of dirty money to be set for the player.


  • This function allows you to deposit a certain amount of dirty money in the storage

meta:depositDirtyMoneyStorage(amount)
Setting
Description

amount

Amount of dirty money to deposit in storage.


  • This feature allows you to remove a certain amount of dirty money from storage

meta:withdrawDirtyMoneyStorage(amount)
Setting
Description

amount

Amount of dirty money to withdraw from storage.


  • A function used to retrieve the dirty money value of the variable

meta:GetDirtyMoney()
Description

Recovers the value of dirty money.


meta:GetDirtyMoneyStorage()
  • A function used to retrieve the dirty money value from the variable vault

Description

Retrieves the value of dirty money from the safe.

⚙️