mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Update compiles - 2 more files to do
fn_selfActions.sqf player_updateGui.sqf
This commit is contained in:
11
SQF/dayz_code/compile/player_attackfsmdelay.sqf
Normal file
11
SQF/dayz_code/compile/player_attackfsmdelay.sqf
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
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;
|
||||
Reference in New Issue
Block a user