CourageZen 0 Report post Posted October 19, 2016 (edited) Hey everyone. Guys, i have a problem with server. I put a clean Exile server. So, when joining a server, players kicked from server by Battleye. The first thing I corrected by adding an exception. Then began a complete nonsense. Kicking for all: opening doors, etc. my Scripts.log: 19.10.2016 16:00:43: CouRage (31.148.221.4:2304) 2d92dd4f8b15da8657b037ab292234b2 - #7 "ver) exitWith {}; _workBench = "Land_Workbench_01_F" createVehicleLocal [0,0,0]; _workBench setDir 343; _workBench setPosATL" 19.10.2016 16:06:40: CouRage (31.148.221.4:2304) 2d92dd4f8b15da8657b037ab292234b2 - #40 "([this, 'Door_3','Door_4'] execVM "\nst\ns_jbad\Ind\hangar_2\Scripts\DoorsNoHandle_open.sqf")" 19.10.2016 16:08:40: CouRage (31.148.221.4:2304) 2d92dd4f8b15da8657b037ab292234b2 - #40 "([this, 'Door_7','Door_7_Handle','Door_7_Handle_2'] execVM "\nst\ns_jbad\A_stationhouse\Scripts\Door_open.sqf")" Edited October 19, 2016 by CourageZen Share this post Link to post Share on other sites
hogansheroes 356 Report post Posted October 19, 2016 add this to the end of line 9 !="ver) exitWith {};\n\n\n_workBench = "Land_Workbench_01_F" createVehicleLocal [0,0,0];\n_workBench setDir 343;\n_workBench setPosATL" add this to the end of line 42 !="([this, 'Door_3','Door_4'] execVM "\nst\ns_jbad\Ind\hangar_2\Scripts\DoorsNoHandle_open.sqf")" add this to the end of line 42 also !="([this, 'Door_7','Door_7_Handle','Door_7_Handle_2'] execVM "\nst\ns_jbad\A_stationhouse\Scripts\Door_open.sqf")" always do 1 script at a time so have alook what i done, say a log is number 4 that script.txt will go to the end of line 6, add +2 Share this post Link to post Share on other sites