mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2025-07-25 02:50:38 +00:00
Broadcast code adjustments
This commit is contained in:
@ -26,7 +26,7 @@ if not(isNull _target AND isNull _killer) then
|
||||
if (_sayKilled isEqualTo 1) then
|
||||
{
|
||||
_kMsg = format["(VEMFr) %1 [%2, %3m] AI", name _killer, getText(configFile >> "CfgWeapons" >> _curWeapon >> "displayName"), round _dist];
|
||||
[_kMsg, "sys"] ExecVM "exile_vemf_reloaded\sqf\broadCast.sqf";
|
||||
[_kMsg, [], "sys"] ExecVM "exile_vemf_reloaded\sqf\broadcast.sqf";
|
||||
breakOut "outer";
|
||||
};
|
||||
if (_sayKilled isEqualTo 2) then
|
||||
|
Reference in New Issue
Block a user