Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe

В общем облазил весь инет не могу ничего толкового найти по антидюпу 

может ктонибудь поделиться скриптом?

конкретно интересует антидюп против вот этого:

http://www.youtube.com/watch?v=oy99WyA2CG0

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

На одном серваке была "защита" - просто не давали выйти рядом с машиной. Там вообще не давали выйти рядом с чем-то, что конкретно бесило. И да, у нас на форуме в Гайдах я точно видел подобное

Share this post


Link to post
Share on other sites



  • 0

На одном серваке была "защита" - просто не давали выйти рядом с машиной. Там вообще не давали выйти рядом с чем-то, что конкретно бесило. И да, у нас на форуме в Гайдах я точно видел подобное

ага скрипт нашол но есть одно но он не работает на сейфы, как сделать что бы нельзя было выходить когда смотришь на сейф? :)

 

 

private ["_escMenu","_typf","_mxBckpcks"];

disableSerialization;
waitUntil {!isNull findDisplay 49};
_escMenu = findDisplay 49;
{
_typf = typeOf cursortarget;
_mxBckpcks = getNumber (configFile >> "CfgVehicles" >> _typf >> "transportmaxbackpacks");
if (!(isNull _x) && (canbuild) && !(_x == player || typeOf _x in ["WeaponHolder","DebugBoxPlayer_DZ"]) && (_mxBckpcks > 0)) exitWith
{
titleText ["<Антидюп>: Ты не можешь выйти возле хранилища!", "PLAIN DOWN", 3];
systemchat "<Антидюп>: Ты не можешь выйти возле хранилища!";
_escMenu closedisplay 0;
};
} foreach (nearestObjects [player, ["All"], 7.5]);
 

Share this post


Link to post
Share on other sites
  • 0


private ["_escMenu","_typf","_mxBckpcks","_next1","_next2","_next3","_next4"];

 

disableSerialization;

 

waitUntil {!isNull findDisplay 49};

 

_escMenu = findDisplay 49;

_next1 = true;

_next2 = true;

_next3 = true;

_next4 = true;

 

if (vehicle player != player) exitWith

{

 

systemchat "Anti-Dupe : You cannot log out in Vehicles";

 

_escMenu closedisplay 0;

_next1 = false;

 

};

 

if !(_next1) exitWith

{

};

 

{

 

_typf = typeOf cursortarget;

_mxBckpcks = getNumber (configFile >> "CfgVehicles" >> _typf >> "transportmaxbackpacks");

 

if (!(isNull _x) && (canbuild) && !(_x == player || typeOf _x in ["WeaponHolder","DebugBoxPlayer_DZ"]) && (_mxBckpcks > 0)) exitWith

{

systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";

_escMenu closedisplay 0;

_next2 = false;

};

 

} foreach (nearestObjects [player, ["All"], 5]);

 

if !(_next2) exitWith

{

};

 

{

systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";

_escMenu closedisplay 0;

_next3 = false;

 

} foreach (nearestObjects [getPos player, ["LandVehicle","Air","Ship","Tank"], 5]);

 

if !(_next3) exitWith

{

};

 

{

systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";

_escMenu closedisplay 0;

_next4 = false;

} foreach (nearestObjects [getPos player, ["VaultStorage","WoodShack_DZ","Wooden_shed_DZ","WoodCrate_DZ","StorageShed_DZ","LockboxStorage"], 5]);

 

if !(_next4) exitWith

{

};

 

_contdis = (count (nearestObjects [getPos player, ["Man"], 5]))-1;

 

if (_contdis >= 1) exitWith

{

systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";

_escMenu closedisplay 0;

};

Share this post


Link to post
Share on other sites
  • 0

 

private ["_escMenu","_typf","_mxBckpcks","_next1","_next2","_next3","_next4"];
 
disableSerialization;

waitUntil {!isNull findDisplay 49};

_escMenu = findDisplay 49;
_next1 = true;
_next2 = true;
_next3 = true;
_next4 = true;

if (vehicle player != player) exitWith
{

systemchat "Anti-Dupe : You cannot log out in Vehicles";

_escMenu closedisplay 0;
_next1 = false;

};

if !(_next1) exitWith 
{
};

{

_typf = typeOf cursortarget;
_mxBckpcks = getNumber (configFile >> "CfgVehicles" >> _typf >> "transportmaxbackpacks");

if (!(isNull _x) && (canbuild) && !(_x == player || typeOf _x in ["WeaponHolder","DebugBoxPlayer_DZ"]) && (_mxBckpcks > 0)) exitWith
{
   systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";
   _escMenu closedisplay 0;
   _next2 = false;
};

} foreach (nearestObjects [player, ["All"], 5]);

if !(_next2) exitWith 
{
};

{
   systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";
   _escMenu closedisplay 0;
   _next3 = false;

} foreach (nearestObjects [getPos player, ["LandVehicle","Air","Ship","Tank"], 5]);

if !(_next3) exitWith 
{
};

{
   systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";
   _escMenu closedisplay 0;
   _next4 = false;
} foreach (nearestObjects [getPos player, ["VaultStorage","WoodShack_DZ","Wooden_shed_DZ","WoodCrate_DZ","StorageShed_DZ","LockboxStorage"], 5]);

if !(_next4) exitWith 
{
};

_contdis = (count (nearestObjects [getPos player, ["Man"], 5]))-1;

if (_contdis >= 1) exitWith 
{
   systemchat "Anti-Dupe : You cannot log out near : Vehicles | Safes | Corpses";
   _escMenu closedisplay 0;
};

А дистанцию чуть больше реально сделать? за 3 метра отходишь от сейфа можно выйти и открыть снаряжение соотвецтвенно можно и дюпнуть :(

 

Всё разобрался. Спасибо за скрипт.

Edited by bender88 (see edit history)

Share this post


Link to post
Share on other sites
  • 0

А дистанцию чуть больше реально сделать? за 3 метра отходишь от сейфа можно выйти и открыть снаряжение соотвецтвенно можно и дюпнуть :(

 

Всё разобрался. Спасибо за скрипт.

а не подскажите куда и как его положить?)) я только начинаю разбираться в скриптах.

Share this post


Link to post
Share on other sites
  • 0

 

а не подскажите куда и как его положить?)) я только начинаю разбираться в скриптах.

тут на форуме в разделе гайды, есть гайд про этот скрипт

Share this post


Link to post
Share on other sites
  • 0

тут на форуме в разделе гайды, есть гайд про этот скрипт

Ткни носом, не нашел

Share this post


Link to post
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

  • Similar Content

    • By Boom
      Всем привет, нужна помощь с антидюпом.
      Стоит скрипт от JustBullet
      Но игроки продолжают дюпать через шнур от интернета
      Порядок действий:
      Открывают инвентарь
      Выдёргивают кабель интернета
      Выкладывают лут
      Отходят от места хранилища, и за счёт того что интернет офф, таймер отсчёта 30 секунд не срабатывает
      Как фиксить?
  • Our picks

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.