Jump to content

[Release] Anti-Duping by F507DMT [Working]


Recommended Posts

Hi guys,

Great script seems to be working after first install attempt even though I left this part out because I didn't know where to put it:

 

If you use endMission "SOME", like in nosidechat.sqf, chenge to:

_nil = execVM "scripts\player_kick.sqf";

in player_kick.sqf:

kickme = true;

 

I guess just make the player_kick.sqf  and drop it in the scripts folder

But where to put 

_nil = execVM "scripts\player_kick.sqf";

__________

Thanks for any info

Link to comment
Share on other sites

Sorry to bug you guys but I'm still having a problem where players are using the "endmission" cheat which is allowing them to disconnect / dupe

I think this is the solution but not sure where this line goes - 

_nil = execVM "scripts\player_kick.sqf";

__________

Help would be appreciated!

Link to comment
Share on other sites

  • 7 months later...
17 hours ago, harcosgoogle said:


'AD_AntiDupePlayer' addPublicVariableEventHandler
{
   [] spawn {
      waitUntil {!isNull AD_AntiDupePlayer};
      _plyr = AD_AntiDupePlayer;
      _amnt = _plyr getVariable ['ClearToLeave',0];
      _plyr setVariable ['ClearToLeave',_amnt+1,true];
   };
};

in AH bottom:

 

 

I don't understand,please help.

 

@juandayz Please.

This is for Infistar, you aren't running Infistar judging by your other posts. 

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
×
×
  • Create New...