mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 00:50:50 +03:00
0.993b
This commit is contained in:
@@ -335,7 +335,7 @@ class FSM
|
|||||||
" if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
|
" if(vehicle _x != _x && !(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
|
" diag_log (""CLEANUP: KILLING A HACKER "" + (name _x) + "" "" + str(_x) + "" IN "" + (typeOf vehicle _x));" \n
|
||||||
" (vehicle _x) setDamage 1;" \n
|
" (vehicle _x) setDamage 1;" \n
|
||||||
" _x setDamage 1; " \n
|
" _x setDamage 1;" \n
|
||||||
" };" \n
|
" };" \n
|
||||||
" } forEach allUnits;" \n
|
" } forEach allUnits;" \n
|
||||||
"" \n
|
"" \n
|
||||||
|
|||||||
Reference in New Issue
Block a user