mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
pz feeding form player restores 12000 health, thurst, hunger. reduced range for rasie horde. reduced loot spawns on debris.
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
private["_hasKnife","_qty","_item","_text","_string","_type","_loop","_meat","_timer"];
|
|
_item = _this select 3;
|
|
|
|
//player removeAction s_player_callzombies;
|
|
//s_player_callzombies = -1;
|
|
|
|
// player playActionNow "Surrender";
|
|
|
|
[player,"spotted",0,false] call dayz_zombieSpeak;
|
|
|
|
_id = [player,100,true,(getPosATL player)] spawn player_alertZombies;
|
|
|
|
// cutText ["Calling Zombies...", "PLAIN DOWN"]; |