Jump to content
  • 0

Anti Hack paraSpawn Temp Ban


Three Plus

Question

I just added Infistars AntiHack to my server and its running great, However some people will be temp banned while para dropping in. This is what it says in the hacker log and RPT.

18:28:28 "infiSTAR.de Log: Field Medic (29513094) | TP: [6702.67,6809.96,449.563] to [6675,6794.4,412.015] (33m) | Survivor2_DZ   |DayZ Instance: 16|"
18:28:28 "infiSTAR.de Log: Field Medic (29513094) | TP: [6675,6794.4,412.015] to [6702.67,6809.96,0.5] (33m) | Survivor2_DZ (BANNED)   |DayZ Instance: 16|"

I know you can disable the auto ban, But I'd rather not.

 

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Remove this

								if (isNil 'TP"+_randvar5+"') then {TP"+_randvar5+" = 0;};TP"+_randvar5+" = TP"+_randvar5+" + 1;
								if (TP"+_randvar5+" >= 3) then
								{
									_log = format['TP: %1 to %2 (%3m) | %4',_lastPos,_curPos,_distance1,typeOF _curVeh];
									"+_randvar10+" = [(name player),(getPlayerUID player),toArray (_log), toArray ('BANNED')];
									publicVariableServer '"+_randvar10+"';
								}
								else
								{
									_log = format['TP: %1 to %2 (%3m) | %4',_lastPos,_curPos,_distance1,typeOF _curVeh];
									"+_randvar10+" = [(name player),(getPlayerUID player),_log,'',''];
									publicVariableServer '"+_randvar10+"';
								};
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...