Jump to content

Banking


Robert261171

Recommended Posts

Missing round with the right click and put in banking on the GPS seems to be working ok,

anyone want to give it a try and let me know of any problems..

I put this in the extra_rc.hpp

I'm using the Single-Currency-4.0-master script.

    class ItemGPS {
        class locate {
            text = "Locate Vehicles";
            script = "execVM 'addons\Vehicle locator\locate_vehicle.sqf'";
        };
        class bank {
            text = "Bank";
            script = "execVM 'DAYZ_CODE\ACTIONS\atm_dialog.sqf'";
        };
    };
};

 

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...