Files
DayZ-Epoch/SQF/dayz_code/compile/player_attackfsmdelay.sqf
icomrade b96cd2d971 Update compiles - 2 more files to do
fn_selfActions.sqf
player_updateGui.sqf
2016-02-29 00:26:12 -05:00

11 lines
312 B
Plaintext

/*
Created exclusively for ArmA2:OA - DayZMod.
Please request permission to use/alter/distribute from project leader (R4Z0R49) AND the author (facoptere@gmail.com)
*/
private [];
//_start = diag_tickTime;
_unit = _this select 0;
_type = _this select 1;
[_unit, _type] call player_zombieAttack;