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
  On 9/22/2013 at 10:25 PM, axeman said:

If you are getting the killed by a hacker boot is a vehicle that isn't allowed. Spawning vehicles in you want to be sure that they are added correctly to the database to avoid. rpt log spamming.

I've tried the Apache and the ATV got killed for both :D

Link to comment
Share on other sites

  • 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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...