mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
From
e69f8d5306
Moved dog files to the \dog\ folder and pzombie files to the \pzombie\
folder. Also removed some legacy files that are no longer used.
The actions\ and compile\ folders are fully up to date now
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
private ["_flare"];
|
|
|
|
_flare = _this select 3;
|
|
player removeAction s_player_dropflare;
|
|
detach _flare;
|
|
s_player_grabflare = -1;
|
|
s_player_removeflare = -1;
|
|
_flare setVariable ["owner",objNull,true];
|
|
dayz_hasLight = false; |