sync with pre build 1.7.5
This commit is contained in:
vbawol
2013-02-03 13:13:52 -06:00
parent 1b68d0399d
commit 6dfb904feb
5 changed files with 23 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
private["_config","_item","_text","_rawmeat","_cookedmeat","_meat","_meatcooked","_qty","_id"];
diag_log ("Cook Enabled");
player removeAction s_player_cook;
s_player_cook = -1;
@@ -14,7 +15,7 @@ _cookedmeat = meatcooked;
_qty = {_x == _meat} count magazines player;
player playActionNow "Medic";
[player,"cook",0,false] call dayz_zombieSpeak;
//_id = [player,20,true,(getPosATL player)] spawn player_alertZombies;
_id = [player,20,true,(getPosATL player)] spawn player_alertZombies;
sleep _qty;
for "_x" from 1 to _qty do {
player removeMagazine _meat;