MaDHouSe79 / mh-cashasitem

The best cash/blackmoney/crypto item script for your qbcore server created by MaDHouSe79.
GNU General Public License v3.0
34 stars 6 forks source link

DRC Scripts Needs Your Input #30

Closed KK7130 closed 4 months ago

KK7130 commented 4 months ago

Hello MaDHouSe79,

I am currently working with DRC Scripts with their money wash script and they are trying to figure out how to properly have their code remove the dirtymoney cash item from your script so that it is not duplicating money within their script. They asked me to reach out to you to see if you could assist with fixing their code to function properly with the mh-cashasitm. I would greatly appreciate it if you could assist us all.

MaDHouSe79 commented 4 months ago

if you want to add or remove cash or black_money just use the default qbcore functions.

QBCore.Functions.AddMoney('black_money', 100)
QBCore.Functions.RemoveMoney('black_money', 100)