Jump to content
  • 0

Stock AH PLUS addactions


natoed

Question

I know addactions  and stock AH are two dirty words most people do not what to hear.

I've tried and tried, some success but most fails.

have done this

Spoiler

antihack_addActionCheck = false;

Read all sorts of post on addactions to the point I'm so fucken confused.

so where do i whitelist the addactions?

Attach explosives script functioned once and once only.

I can not give up on this, I can't let this script/stock AH win.... so I need some help to nut this out.

any takers!

cheers

natoed

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

You can put it direcly in your init.sqf for testing:

Spoiler

[] spawn {
       if (hasinterface) then {
        uisleep 30;
           player addAction ['Test Addaction', {hint (_this select 3); systemchat (_this select 3)},'Test Action works',1.5,false,true,'','true'];
     };
}; 

The uisleep 30 is only to make sure, that the action is not loaded before the player self is loaded in.

If you get a scrolldown menu with this, it is not the Antihack!

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