mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 08:30:50 +03:00
v0.1
This commit is contained in:
13
dayz_code/actions/call_zombies.sqf
Normal file
13
dayz_code/actions/call_zombies.sqf
Normal file
@@ -0,0 +1,13 @@
|
||||
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,200,true,(getPosATL player)] spawn player_alertZombies;
|
||||
|
||||
// cutText ["Calling Zombies...", "PLAIN DOWN"];
|
||||
Reference in New Issue
Block a user