ekin06
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout ekin06
-
Rank
Private First Class
-
Thanks that worked. Next time you should mention that a lil bit earlier. I am not very skilled in mindreading ;D. http://www.youtube.com/watch?v=qlTROLe5ngc
-
That is what i came from. When I press F1 nothing is happening, except a radio-window is popping up in the upper left corner. :( Disabled all mods as well, didn't help.
-
Hm, unfortunately this is not working for me. Is that a dev-build thing only?
-
yo guys! is there any tool or preset out yet, which lets you create a dialog quick and dirty or do i have to build the dialog from scratch on my own? i'd appreciate any ideas/suggestions. thank you! does anyone have a tutorial how to build a dialog? kind regards, ekin06
-
when i join i get the message you are missing a ";" in the file selectUnitciv.sqf @ line 30.
-
[Multiplayer] ArmA 3 Stratis Life [W.I.P / Release this weekend]
ekin06 replied to Caiden's topic in ARMA 3 - USER MISSIONS
Found Bugs: 1. I bought a medkit and got funded with 2000$ + got a gps instead the medkit. PS: why medkits are that expensive? 2. I cuffed a civ and arrested him, after he respawned, he could not move anymore, he had to rejoin the server. 3. It doesn't let you check civs inventory. 4. You can't switch sirene on/off properly. And sirene can be turned on by several cops for each car. 5. While playing cop I get three errors popping up. http://www.pic-upload.de/view-18724737/2013-03-29_00001.jpg.html http://www.pic-upload.de/view-18724755/2013-03-29_00002.jpg.html http://www.pic-upload.de/view-18724759/2013-03-29_00003.jpg.html -
same here
-
then you should increase the amount of caches at one spot. 2 or 3 caches in addition should do it :).
-
Operation: Spartan Shield Co-08, Dynamic mission (DAC)
ekin06 replied to Ascorius's topic in ARMA 3 - USER MISSIONS
what revive features did you think about? -
Just add this code to Scripts\SP\ExplosionFX.sqf and enjoy... I just don't like blowing up weapon caches without BOOM! ;) _object = _this select 0; _mags = [ "Bo_GBU12_LGB_MI10", "Sh_120_HE", "HelicopterExploBig", "Bo_GBU12_LGB", "Bo_Mk82", "HelicopterExploBig", "Bo_Mk82", "Bo_Mk82", "Bo_GBU12_LGB_MI10", "Sh_120_HE", "HelicopterExploBig", "Bo_GBU12_LGB" ]; _count = 0; if ((isServer) or (isDedicated)) then { for "_i" from 0 to (count _mags) do { for "_j" from 0 to 1 do { switch (_j) do { case 0: {if (random 1 == 1) then {_xVel = -1*_xVel }}; case 1: {if (random 1 == 1) then {_yVel = -1*_yVel }}; }; }; _xVel = random 10; _yVel = random 10; _zVel = random 20; _xCoord = random 15; _yCoord = random 15; _zCoord = random 5; _chosen = (_mags select _i); _bomb = _chosen createVehicle getPos _object; _bomb setPos [(getPos _bomb select 0)+_xCoord,(getPos _bomb select 1)+_yCoord, _zCoord*_i]; _bomb setVelocity [_xVel,_yVel,_zVel-50]; sleep 1; addCamShake [1+random 5,1+random 3, 5+random 15]; }; }; This sample vid will show you the visual effect:
-
Operation: Spartan Shield Co-08, Dynamic mission (DAC)
ekin06 replied to Ascorius's topic in ARMA 3 - USER MISSIONS
We want 1.3 ... now! :D -
can you add 3 or 4 opfor who can plant ied/explosive?
-
zooloo, i just set the mission public on our dedi. there must be still something malfunction. if i create the server and each player select its appropriated team, only cops seem to spawn and then it says "Round initializing..." + does nothing anymore. help ;)
-
uhm, we tried the mission with 3 person. each one selected 1 team of course. it is not starting in that way it should. what do you mean by this?
-
how does the mission start? all 3 teams start at the island with 2 jeeps. wtf.