• Tracker

    Spaces
    Browse
    Statistics
  • Issues
  • Duplicate network setDamage scripts
Back

1

Duplicate network setDamage scripts

Multiplayer

Server

Issue Key

A3G-24

State

Open

Access

Public

Group

Arma 3

Project

General

Creator

fraali

Created

Aug 15, 2026

Views

7

Attachments

No attachments

Issue Type

Bug/Error
Section
issue_type = ""

Game Version

2.22 (Current Stable)

Was this also present in the previous version?

I don't know / Not relevant

Severity

It would be nice to fix this
Section
issue_type = ""

Operating System

Windows
Windows
os = "Windows"

Windows Version

Windows 11

Description

The script \A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf gets execVM'd in the killed event handler for multiple objects. This script does NOT have an isServer check, and will execute a setDamage for every player as well as server.

Essentially it is causing duplicate setDamage across the network where it should not be.


Every object that has this issue is as follows:
[

["Land_PowerLine_01_pole_junction_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

["Land_PowerLine_01_pole_lamp_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

["Land_PowerLine_01_pole_lamp_off_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

["Land_PowerLine_01_pole_small_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

["Land_PowerLine_01_pole_tall_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

["Land_PowerLine_01_pole_transformer_F","[(_this select 0)] execVM ""\A3\Structures_F_Exp\Infrastructure\PowerLines\Scripts\column_ruins.sqf"""],

]


This was an issue with other objects from a previous update, but has since been fixed for reported objects - https://feedback.bistudio.com/T196391

You are not signed in. Please sign in to see more details.

Issue Key

A3G-24

State

Open

Access

Public

Group

Arma 3

Project

General

Creator

fraali

Created

Aug 15, 2026

Views

7

Attachments

No attachments