mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge pull request #2127 from F507DMT/patch-17
Update player_attackfsmdelay.sqf - private fix
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
Created exclusively for ArmA2:OA - DayZMod.
|
Created exclusively for ArmA2:OA - DayZMod.
|
||||||
Please request permission to use/alter/distribute from project leader (R4Z0R49) AND the author (facoptere@gmail.com)
|
Please request permission to use/alter/distribute from project leader (R4Z0R49) AND the author (facoptere@gmail.com)
|
||||||
*/
|
*/
|
||||||
private [];
|
private ["_unit","_type"];
|
||||||
//_start = diag_tickTime;
|
//_start = diag_tickTime;
|
||||||
|
|
||||||
_unit = _this select 0;
|
_unit = _this select 0;
|
||||||
_type = _this select 1;
|
_type = _this select 1;
|
||||||
|
|
||||||
[_unit, _type] call player_zombieAttack;
|
[_unit, _type] call player_zombieAttack;
|
||||||
|
|||||||
Reference in New Issue
Block a user