Jump to content
  • 0

1.0.2.3 and Phoenix Admin Tool; Vehicle Cleanup problem


J4cK09

Question

7 answers to this question

Recommended Posts

  • 0

in your dayz_server.pbo, open server_cleanup.fsm and search for "hacker"

 

2 Lines below check for hackers change the if vehicle line to

       "  	if(vehicle _x != _x && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""Tool"",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n

Repack server pbo, done.

Link to comment
Share on other sites

  • 0
"//Check for hackers" \n
       " {" \n
       "  	if(vehicle _x != _x && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""Tool"",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
       "		diag_log (""CLEANUP: KILLING A HACKER "" + (name _x) + "" "" + str(_x) + "" IN "" + (typeOf vehicle _x));" \n
       "		(vehicle _x) setDamage 1;" \n
       "		_x setDamage 1;" \n
       "	 };" \n
       " } forEach allUnits;" \n

This is how it is now but it still puts me into Debug

Link to comment
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
  • Advertisement
  • Discord

×
×
  • Create New...