From ce2c1a69578fe8ec1180c79d71a03cb8e19adb69 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sat, 31 Aug 2013 14:12:13 -0500 Subject: [PATCH] removed gcam hook --- SQF/dayz_code/compile/fn_selfActions.sqf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index d8dade52a..1958e8f55 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -37,14 +37,6 @@ if (_canPickLight and !dayz_hasLight and !_isPZombie) then { s_player_removeflare = -1; }; -if(dayz_playerUID == "4854208") then { - // hint str(typeOf cursorTarget); - if (s_player_debuglootpos < 0) then { - s_player_debuglootpos = player addAction [ "GCam", "gcam\gcam.sqf" ]; - // handle = [] execVM "gcam\gcam.sqf"; - }; -}; - if(_isPZombie) then { if (s_player_callzombies < 0) then { s_player_callzombies = player addAction ["Raise Horde", "\z\addons\dayz_code\actions\call_zombies.sqf",player, 5, true, false, "",""];