Noob in need of help

Daruble

New Member
Hi Everyone,

I need help please on installing Single Coin + Banking. I am using a GTX GAMING Server, which they have a single click add-on. Here is what I need help with:

1. Single Currency Mod is not working. When players log out and then log back in the coins they had are gone.

2. The Banker NPC is missing.

I have read through a bunch of other post. On this site and Epoch site and I still don't see what the issue is.

These are the add-on(s) working correctly:

Automatic Refuel
Blood Regen over time
Deploy Vehicle
Evac Chopper
Parachute Spawn
Self Blood Bag
Suicide Script
Tow/Lift
Vehicle Service Points
View Distance

I have also installed these add-on(s) which are also working correctly:
DZAI
DZMS
Snap Pro 1.4
Safe Zones Commanders

I appreciate all of your help

Dave
 
Look at your database, you should have something like banking_data change name to Banking_DATA and use this:
Code:
CREATETRIGGER`bankingIssueFix` AFTER INSERTON`Player_DATA`FOR EACH ROWINSERTINTO Banking_DATA
( PlayerUID, PlayerName, BankSaldo, LastUpdated)VALUES(NEW.PlayerUID, NEW.PlayerName,0, NOW())

After you do this money should work correctly, but tell me what version of Single Currency you use? About the banker NPC you change Laptop/Boxes to the NPC right? If yes send me you banks.sqf from dayz_server.pbo I try help but I not promise
 
I would like to have single coin and global banking on the server. I have seen a few different versions of this and so far I have not found a version that I have gotten to work for me. I am sure it is doing something backwards or something. Thanks for the reply....... sorry I didn't reply sooner been at work.
 
On my server I'm using Souls 2.0 and it workes perfectly, you need try, when you have a problem with this write to me I try to help you but I use only Souls 2.0 not other single currency mod's ;)
 
Back
Top