mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2025-07-25 02:50:38 +00:00
No messages for dead players
This commit is contained in:
@ -32,7 +32,7 @@ if not(_msg isEqualTo "") then
|
||||
_broadCast =
|
||||
{
|
||||
{
|
||||
if (isPlayer _x) then
|
||||
if (isPlayer _x AND alive _x) then
|
||||
{
|
||||
VEMFrClientMsg = [_msg, _mode];
|
||||
(owner _x) publicVariableClient "VEMFrClientMsg";
|
||||
|
Reference in New Issue
Block a user