ebaydayz
2016-11-18 13:22:36 -05:00
parent ad9a287d00
commit b01a4165a8
7 changed files with 15 additions and 18 deletions
+1 -4
View File
@@ -55,10 +55,7 @@ if ((count _knifeArray > 0) and !_hasHarvested) then {
PVCDZ_obj_GutBody =[_item,_qty];
publicVariable "PVCDZ_obj_GutBody";
//achievement system
if (!achievement_Gut) then {
achievement_Gut = true;
};
//if (!achievement_Gut) then {achievement_Gut = true;};
};
if (dayz_knifeDulling) then {
+2 -2
View File
@@ -68,12 +68,12 @@ if ((count _worldspace) == 2) then {
[_fire,true] call dayz_inflame;
_fire spawn player_fireMonitor;
if (dayz_playerAchievements select 14 < 1) then {
/*if (dayz_playerAchievements select 14 < 1) then {
// Firestarter
dayz_playerAchievements set [14,1];
achievement = [14, player, dayz_characterID];
publicVariableServer "achievement";
};
};*/
//localize "str_fireplace_01" call dayz_rollingMessages;
(localize "str_fireplace_01") call dayz_rollingMessages;
} else {