Jump to content
  • 0

Enabling "Abort" in trader City


Potheker

Question

2 answers to this question

Recommended Posts

  • 0

The file you're looking for is player_onPause.sqf.

Around line 34

case (!r_player_dead && isInTraderCity) : {
	_btnAbort ctrlEnable false;
	cutText [(localize "str_epoch_player_12"), "PLAIN DOWN"];
	_sleep = 1;
};

But, as stated, this was put to prevent dupe, so, not good idea TBH

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