- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
May 10 2016
May 10 2016
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
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions