mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-16 17:33:22 +03:00
@@ -269,14 +269,13 @@ fnc_usec_damageBleed = {
|
||||
/***********************************************************
|
||||
PROCESS DAMAGE TO A UNIT
|
||||
- Function fnc_usec_damageBleed: Draw a creepy blood stream from a player limb
|
||||
- [_unit, _wound, _injury] call fnc_usec_damageBleed;
|
||||
- [_unit, _wound] call fnc_usec_damageBleed;
|
||||
************************************************************/
|
||||
private["_wound","_modelPos","_point","_source"];
|
||||
_unit = _this select 0;
|
||||
_wound = _this select 1;
|
||||
_point = objNull;
|
||||
_source = objNull;
|
||||
//_injury = _this select 2; // not used. damage% ???
|
||||
|
||||
if (isServer) exitWith{}; // no graphical effects on server!
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user