Files
DayZ-Epoch/SQF/dayz_code/compile/player_attackfsmdelay.sqf
2021-04-21 22:34:22 +06:00

12 lines
328 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 ["_unit","_type"];
//_start = diag_tickTime;
_unit = _this select 0;
_type = _this select 1;
[_unit, _type] call player_zombieAttack;