This commit is contained in:
A Clark
2012-12-16 20:56:11 -06:00
parent 416490f553
commit 08793009ae
5 changed files with 21 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ _item = _this select 3;
//player removeAction s_player_callzombies;
//s_player_callzombies = -1;
player playActionNow "Surrender";
// player playActionNow "Surrender";
[player,"spotted",0,false] call dayz_zombieSpeak;

View File

@@ -1,7 +1,16 @@
private["_item","_id","_regen","_isAnimal","_animalType","_isMan","_config","_isListed","_qty"];
_item = _this select 3;
player playActionNow "PutDown";
player removeAction s_player_butcher;
_item setDammage 1;
// wait until dead
waitUntil {not alive _item};
s_player_butcher = -1;
// player playActionNow "PutDown";
_id = [player,50,true,(getPosATL player)] spawn player_alertZombies;
[player,"gut",0,false] call dayz_zombieSpeak;