Jump to content

Disturbed2015

Member
  • Posts

    72
  • Joined

  • Last visited

Posts posted by Disturbed2015

  1. Totally agree, that's why I wrote it like this:

    [] spawn {
    	waitUntil{!isNil "SEM_AIsniperDamageDistance"};
    	waitUntil{!isNil "SEM_AI_Units"};
    
    	while{true}do{	private "_units";
    		_units = SEM_AI_Units;
    		{	sleep 0.05;
    		if(_x isEqualTo objNull)then{
    			if(_x distance (vehicle player) > SEM_AIsniperDamageDistance)then[{
    				if(!isPlayer _x)then{_x allowDamage false};
    			},{
    				if(!isPlayer _x)then{_x allowDamage true};
    			}];
    		}
    		}forEach _units;
    	};
    };

    Original part of the installation guide (which Disturbed2015 obviously did not read) looks like this:

    !="if(!isPlayer _x)then{_x allowDamage"
    This has been done to prevent abuse of the command allowDamage, so it can't be used on a player.

    So I highly advise Disturbed2015 to read the readme.txt, it's called readme and not ignoreme for a reason!

     

    Wow, harsh!. Talk about a slap in the face for a guy asking for help.

  2. By reading what your said ....

     

    !"_x)then{_x allowDamage"

     Add that at the end line22? - - Script.txt Line#21 + 1 = #22

     

    =====

    Edit:

     

    ok, this doesn't give me an error, #40
     

    29.06.2015 06:22:30: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #40 "Name;
     
    };
     
    },{
     
    _this spawn { private ["_endCondition","_deleteMarkerID","_endMissionType"];
    _endCondition = _this select 1;
    _d"
  3. After adding that to the end of line 23.

    I get error 21.

     

    if(hasInterface)then{execVM "scripts\semClient.s"
    29.06.2015 05:09:03: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #21 "SEM_AIsniperDamageDistance)then[{
    if(!isPlayer _x)then{_x allowDamage false};
    },{
    if(!isPlayer _x)then{_x allowDamage true};
    }];"
  4. Ok now it's Script Restriction #23

    Log is

    if(hasInterface)then{execVM "script"
    27.06.2015 03:35:30: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #23 "
    with uinamespace do {
    disableserialization;
    _display = _this select 0;
     
     
    _alpha = if (_display == finddisplay 58) then {0.15} e"
  5. Here's the script log

    26.06.2015 18:03:58: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #22 "#line 1 "mpmissions\__CUR_MP.Altis\init.sqf"
    [] execVM "addons\messages\init.sqf";
    [] execVM "scripts\loadout.sqf";
    [] execVM "t"
    26.06.2015 21:28:48: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #22 " 1 "mpmissions\__CUR_MP.Altis\init.sqf"
     
    if(hasInterface)then{execVM "semClient.sqf"};
    [] execVM "wai\remote.sqf";
    [] execVM "tr"
    27.06.2015 00:38:42: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #22 "61198089657376','76561197976164651','76561197975775044'];
     
    [] execVM "Logistics\init.sqf";
     
     
    if(hasInterface)then{execVM "script"
    27.06.2015 00:39:12: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #22 "61198089657376','76561197976164651','76561197975775044'];
     
    [] execVM "Logistics\init.sqf";
     
     
    if(hasInterface)then{execVM "script"
    27.06.2015 00:55:37: Mr.GoodTrust (67.253.1.49:2304) 0b607d3b79cf0c61cee717b59c1f3397 - #22 "61198089657376','76561197976164651','76561197975775044'];
     
    [] execVM "Logistics\init.sqf";
     
     
    if(hasInterface)then{execVM "script"
    27.06.2015 01:08:59: SYSTEM (67.177.221.8:2304) 1e15a7753a39157e1dcd6fbc0d85f208 - #22 "61198089657376','76561197976164651','76561197975775044'];
     
    [] execVM "Logistics\init.sqf";
     
     
    if(hasInterface)then{execVM "script"
  6. Ok having little trouble here. Got a server, everything's loading just fine but when I try to get into the server I'm getting "Battleeye Script Restriction #22", I've looked everywhere to find what's causing trouble in my PBO or mt BE files. Can someone help me figure this out please? If so just tell me what info you need...

×
×
  • Create New...