+ added animation to crafting
+ added staged deconstruction of buildables.
+ allow new buildables to be saved to db
+ add R3F files to other mission files.
+ add dynamic_vehicle.sqf to mission files
This commit is contained in:
vbawol
2013-02-21 11:29:12 -06:00
parent 70be2b1dae
commit 68481f75b4
178 changed files with 20726 additions and 28 deletions

View File

@@ -141,6 +141,12 @@ if (inflamed cursorTarget and _canDo) then {
if (_proceed) then {
player playActionNow "Medic";
sleep 1;
[player,"repair",0,false] call dayz_zombieSpeak;
_id = [player,50,true,(getPosATL player)] spawn player_alertZombies;
sleep 5;
// Take items
{
_itemIn = _x select 0;