mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
loot position debug changes
This commit is contained in:
@@ -53,6 +53,10 @@ if (_canPickLight and !dayz_hasLight and !_isPZombie) then {
|
|||||||
|
|
||||||
if(DZEdebug) then {
|
if(DZEdebug) then {
|
||||||
hint str(typeOf cursorTarget);
|
hint str(typeOf cursorTarget);
|
||||||
|
|
||||||
|
if (s_player_debuglootpos < 0) then {
|
||||||
|
s_player_debuglootpos = player addAction ["Save to arma2.rpt", "Make_lootPos.sqf", ["save"], 99, false, true, "",""];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
if(_isPZombie) then {
|
if(_isPZombie) then {
|
||||||
|
|||||||
@@ -228,6 +228,7 @@ dayz_resetSelfActions = {
|
|||||||
s_player_fillfuel = -1;
|
s_player_fillfuel = -1;
|
||||||
s_player_grabflare = -1;
|
s_player_grabflare = -1;
|
||||||
s_player_callzombies = -1;
|
s_player_callzombies = -1;
|
||||||
|
s_player_debuglootpos = -1;
|
||||||
s_player_pzombiesattack = -1;
|
s_player_pzombiesattack = -1;
|
||||||
s_player_pzombiesfeed = -1;
|
s_player_pzombiesfeed = -1;
|
||||||
s_player_removeflare = -1;
|
s_player_removeflare = -1;
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
waitUntil{dayz_preloadFinished};
|
waitUntil{dayz_preloadFinished};
|
||||||
};
|
};
|
||||||
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||||
|
|
||||||
if(DZEdebug) then {
|
|
||||||
_void = [] execVM "\z\addons\dayz_code\actions\debug\Make_lootPos.sqf
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user