Jump to content

BuddyRolex

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by BuddyRolex

  1. Alright first off you didn't make the majority of this. I did. So don't claim that this script is yours. K thanks booboo.

    'AD_AntiDupePlayer' addPublicVariableEventHandler
    {
    [] spawn {
    waitUntil {!isNull AD_AntiDupePlayer};
    _plyr = AD_AntiDupePlayer;
    _amnt = _plyr getVariable ['ClearToLeave',0];
    _plyr setVariable ['ClearToLeave',_amnt+1,true];
    };
    };
     
    
    private ["_escMenu","_lastTimesScanned","_currTimesScanned"];
     
    disableSerialization;
    sleep 1;
    _escMenu = findDisplay 49;
    _lastTimesScanned = player getVariable ["ClearToLeave",0];
     
    AD_AntiDupePlayer = player;
    publicVariableServer "AD_AntiDupePlayer";
     
    sleep 5;
     
    _currTimesScanned = player getVariable ["ClearToLeave",0];
     
     
    if (_currTimesScanned - _lastTimesScanned < 1) then
    {
    titleText ["<Anti-Dupe>: Connection to the server was not detected!", "PLAIN DOWN", 3];
    systemchat "<Anti-Dupe>: Connection to the server was not detected!";
    _escMenu closedisplay 0;
    };
    
    

    There is the original code that I posted several months ago. The post got deleted because my account got banned. If that isn't copy pasted exactly then fuck my tits and call me Randy.

     

    Proof it's mine:

    http://imgur.com/n6fGsM9

     

    As you can see the last edit I made to it was in July of last year.

×
×
  • Create New...