Jump to content

Cannot Deposit Coins Into Bank


Recommended Posts

I'm currently using Soul's Version 2.0 gold currency script.

 

Currently, I'm able to trade perfectly fine with the gold coins. The gold coins are showing perfectly in the HUD, all is working well, minus the deposit.

 

I cannot deposit gold into my bank account via "Online Banking" at my safe.

 

No matter whether I try to deposit 1 gold or 100,000 gold, I click deposit and it does nothing. The currency in my wallet doesn't change, and the currency in my bank stays 0.

 

I added gold coins to my bank through the database and attempted to withdraw gold, and it worked perfectly. When I tried depositing the gold back in? No luck.

 

Has anyone experienced this issue before? Does anyone have any ideas on how to fix that?

 

All help is much appreciated.

 

Thanks,

 

Rick

Link to comment
Share on other sites

  • 2 weeks later...

such a n00bies mistake, but i got it working - at about 3am this morning after pulling a 45hour day :/ and i faintly remember how i fixed it.

has something to do with variable - if my memory servers me correctly:

 

//----------------------------------- Configs Start ---------------------------------//
 
CurrencyName = "Coins"; // name of your currency
Bank_Object = ["Functionary1_EP1_DZ"]; // Object to get option to bank
LimitOnBank = false; // false = no limits, true = banks are limited on the value below
MaxBankMoney = 5000000; // limit on bank for normal players
DonatorBank = [""]; // Bigger banks, Players ID
MaxDonatorBankMoney = 1000000; // Bank size for donators
InstantTrading = true; // (True = No Animation / False = Animation)
 
//----------------------------------- Configs End -----------------------------------//
 
You need to add that to your variables file. - its what fixed it for me
Link to comment
Share on other sites

 

such a n00bies mistake, but i got it working - at about 3am this morning after pulling a 45hour day :/ and i faintly remember how i fixed it.

has something to do with variable - if my memory servers me correctly:

 

//----------------------------------- Configs Start ---------------------------------//
 
CurrencyName = "Coins"; // name of your currency
Bank_Object = ["Functionary1_EP1_DZ"]; // Object to get option to bank
LimitOnBank = false; // false = no limits, true = banks are limited on the value below
MaxBankMoney = 5000000; // limit on bank for normal players
DonatorBank = [""]; // Bigger banks, Players ID
MaxDonatorBankMoney = 1000000; // Bank size for donators
InstantTrading = true; // (True = No Animation / False = Animation)
 
//----------------------------------- Configs End -----------------------------------//
 
You need to add that to your variables file. - its what fixed it for me

 

That's already there for me

Link to comment
Share on other sites

I'm having the exact same problem. Can't deposit money in the bank. It just started recently. Only thing I've installed recently is the Mystery Briefcase addon, but that doesn't touch anything to do with the Single Currency System.

 

I'm seeing this error in my client RPT file.

Error in expression <y)) then{
if(   (getPlayerUID player in DonorBank )  && ((_bank + _amount ) <  M>
  Error position: <DonorBank )  && ((_bank + _amount ) <  M>
  Error Undefined variable in expression: donorbank
File mpmissions\__CUR_MP.Chernarus\Scripts\Gold_Coin_system\init.sqf, line 57

Here's my Variables.sqf:

//----------------------------------- Configs Start ---------------------------------//
CurrencyName = "Coins"; // name of your currency
Bank_Object = ["BAF_VehicleBox"]; // Object to get option to bank
LimitOnBank = true; // false = no limits, true = banks are limited on the value below
MaxBankMoney = 1000000; // limit on bank for normal players
DonatorBank = [
	"76561197970729264",	// Canuck Brian
	"76561198081194367",	// Samwise Gamgee
	"76561198027571076",	// Scoots
	"76561198051873726"	// SGD
]; // Bigger banks, Players ID
MaxDonatorBankMoney = 5000000; // Bank size for donators
InstantTrading = true; // (True = No Animation / False = Animation)
//----------------------------------- Configs End -----------------------------------//

This only started happening after upgrading to Souls 2.0 with v0.5 fixes. said to just update the init.sqf in the Scripts\Gold_Coin_system\ folder and repack the PBO. Ever since doing this my deposit doesn't work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...