mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-10 02:02:54 +03:00
v02
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user