Page MenuHomeFeedback Tracker

itsatrap
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 8 2015, 2:06 PM (445 w, 5 d)

Recent Activity

May 10 2016

itsatrap added a comment to T85388: Port Arma 2 vehicles and weapons to Arma 3?.

http://cup-arma3.org/

May 10 2016, 12:36 PM · Arma 3
itsatrap added a comment to T72266: No geometry and no visual shape.

Hi,

I get the same error when creating on the server.
_flagPosition = getPosATL _flag;
_flagPosition set [2,0.25];
_flagArea = _flag getVariable ["ExileTerritorySize", 15];

for "_i" from 0 to 360 step (270 / _flagArea) do {

            _location = [(_flagPosition select 0) + ((cos _i) * _flagArea), (_flagPosition select 1) + ((sin _i) * _flagArea), _flagPosition select 2];
            _sign = createVehicle ["Sign_Sphere25cm_F", _location, [], 0, "CAN_COLLIDE"];
            _sign setpos _location;
            _sign enableSimulation false;
        };

the spam is server side, don't what use the remoteexece and createlocal sinxe is just generate ekstra network trafic

May 10 2016, 6:08 AM · Arma 3