1.7.7.1 Kick restriction help

Skepz

New Member
Hello. I couldn't find any posts on how to fix this restriction. I read the support about how to fix battleye issues but nothing i did seem to work. The AI addon works, its just that people sometimes get kicked with restriction #83. This is what i get in the log: (I removed the gui and name of the person.)
26.06.2013 11:06:28: **** (24.9.19.253:3325) ************************** - #83 ";
KRON_targets2 = _targets2;


if (KRON_UPS_Debug>0) then {hintsilent parseText format["%1<br/>--------------------------<br/><t"

If i can get help on how to make people not get kicked by this, I will be very happy! Thanks in advanced.
 
locate your Init_UPSMON.sqf and change to this :

Code:
                //Target debug console
                // if (KRON_UPS_Debug>0) then {hintsilent parseText format["%1<br/>--------------------------<br/><t color='#33CC00'>West(A=%2 C=%3 T=%4)</t><br/><t color='#FF0000'>East(A=%5 C=%6 T=%7)</t><br/><t color='#00CCFF'>Res(A=%8 C=%9 T=%10)</t><br/>"
                    // ,UPSMON_Version
                    // ,KRON_UPS_West_Total, count KRON_AllWest, count KRON_targets0
                    // ,KRON_UPS_East_Total, count KRON_AllEast, count KRON_targets1
                    // ,KRON_UPS_Guer_Total, count KRON_AllRes, count KRON_targets2                    ]};

at around line 415.

Sarge
 
I was having this same issue aswell, i did the fix and now it's giving me a different error:

Battleye script error #222

script.log:

27.06.2013 10:45:37: ********* (192.168.10.108:2304) ******************************* - #222 "
Manatee_Highway_7_Bridge = _this;

_this = createMarker ["Wasteland", [4421.6313, 8189.4146, -5.3405762e-005]];
_this setMarker"
 
Back
Top