• 0
Sign in to follow this  
TE KILLSHOT457

working atms

Question

1 answer to this question

  • 0

Not sure which map your using etc, 

But Extended Base Mod as ATMs so you could using the editor place EBM ATMs (Land_Atm_02_F)  around the map and save to initServer ( I recommend using 3DEN Editor)  to do this.

 

Then.....

Go to your mission file "MAPNAME.exile", open config.cpp find "class CfgInteractionMenus" and add.... 

	class ATM 
	{
		targetType = 2;
		target = "Land_Atm_02_F";
		
		class Actions 
		{
			class Locker : ExileAbstractAction 
			{
				title = "Open ATM";
				condition = "true";
				action = "_this call ExileClient_gui_lockerDialog_show";
			};
		};
	};

That should do the trick.

Hope this helps.

Edited by Kappa Slappa
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.