-
Content Count
43 -
Joined
-
Last visited
-
Medals
Everything posted by Sayker
-
Advanced Combat Radio Environment 2 (ACRE2)
Sayker replied to ACRE_Team's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Big thankโs for you help !!! ๐๐ป- 896 replies
-
- 1
-
-
Advanced Combat Radio Environment 2 (ACRE2)
Sayker replied to ACRE_Team's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hey Everybody ! i wonder: is it possible to put radio 343,152 and 117 in loudspeaker ? Because I can't find a command thank you in advance! ๐- 896 replies
-
Hy team Lambs, Thank you for your work but, it's normal IA don't spot you before 300m ? It should be perfect if there is an option to select that ! =D
-
C.O.R.E -- Options and Ops Center
Sayker replied to Von Quest's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hi everybody ! This mod seems awesome !! ๐ But there is a exemple mission to know the right way to configure it ? THX in advance !! ๐ EDIT : Or just exemple of modules already defined ? :DDD -
Hy ! For @pierremgi Thank you for all, your help and your explaination very clearly ! ๐ I understand more your way now !! For @schatten I found !! ๐ : call { private ["_distance", "_distanceMin", "_marker"]; _marker = ""; _distanceMin = worldSize; { if (((getMarkerColor _x) == "ColorOPFOR") and { _distance = (getMarkerPos _x) distance2D player; (_distance >= 2000) and { _distance < _distanceMin } } ) then { _distanceMin = _distance; _marker = _x; }; } forEach allMapMarkers; _marker }; Thank you for this awesome help !!! ๐ช
-
Hey Everybody, i need some help to start from scratch my little script. But, i need to find the nearest marker from 400m, from my player. Not a radius of 400m from my player. There is this : nearestObjects [player, ["house"], 200]; But it's just for object... So this : // Find the nearest marker from player : _nearestMarker = [allMapMarkers, player] call BIS_fnc_nearestPosition; But there no interval of distance... Thank you in advance !!! ๐
-
@Schatten Maybe the first condition is the marker with distance then the color ?
-
@Schatten Mhhhhmm !! doesn't Works while your last script works. ๐ค That return : " "; Have You a idea ? @pierremgi Perfect it works !!! ๐ i just change the last line in order to don't teleport the player on the position, but just get the position of this marker ;)) ----> unfortunately there is some problem .... :(( always the same markers are found call { private _mkrs = allMapMarkers apply {[str(player distance2D getMarkerPos _x < 1000 or player distance2D getmarkerPos _x > 5000 or markerColor _x != "colorEAST"),player distance2D getMarkerPos _x,_x]}; _mkrs sort true; private _nearestMarker = _mkrs #0#2; getMarkerPos _nearestMarker }; Carreful : if these conditions of distance are not okey, it's the first coordonate of marker who is selected ๐ Little question could you explain me this : private _nearestMarker = _mkrs #0๏ปฟ#2; Thx ๐
-
Ohhhh Wouaaa !!! Schatten Thank you so much that works perfectly ! ๐ But i have a last problem that I hadn't thought of... Another condition who is the color of the marker is : ColorOPFOR Do you think it's possible with : getMarkerColor Because I have to find that of the enemy and not that of my allies ahaha ๐
-
Hi @pierremgi thank you for you answer, I can't seem to get it to work. Sorry i'm not a expert.... ๐คช But with your script it's just for marker <400m ? or i need 400m <" mymarker" < 5000m THX =)))
-
Hiii Schatten !! THX for your return ! ๐ Actually, i tried to test in game with my consol but doesn't work no values are find. We need maybe at first the position of the player ? Except that I'm looking for a marker ๐
-
Hi every body ! How can i found the nearest OPFOR sector with these function, it's possible to use color red to find the right marker ? : function : F_getNearestSector params ["_limit", ["_postosearch", getpos player]]; private _sector_to_return = ""; private _close_sectors = sectors_allSectors select {(markerPos _x) distance _postosearch < _limit}; private _close_sectors_sorted = [_close_sectors, [_postosearch, _limit], {(markerPos _x) distance _input0}, "ASCEND"] call BIS_fnc_sortBy; if (count _close_sectors_sorted > 0) then {_sector_to_return = _close_sectors_sorted select 0;}; _sector_to_return; Thank you in advance =))))
-
[Release] Generic Ambient Combat (first script)
Sayker replied to Nixx57's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey Nix ! Thx for your script ! There is a option in order to ia communicate together ? ๐ -
Hmmm i will test this !! ;) thx for your help :)
-
Thanks for your quick response! Yes incognito ;) In fact what I would like is that the code runs only if the player wears a clothes or even an object. Otherwise, the player keep is side. Do you think you can help me? thanks :))
-
Hello the for this awesome addon !! but itโs possible to add a condition with uniform. For exemple special clothes ? Thxx in advancee:D
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Happy New Year Everyone ! I always need your help for this problem. Because currently, all units around player are impacted, or i would like only damage on civilian are keeped or the death of a civilian units.. :/ Do you have any idea ?? thx in advance =) -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hi there !! I use these lines EventHandler, but it's possible that this event are only activate for civilian damage ??? Thx so much ! =) _EH = ["ace_killed", { params ["_unit"]; [_unit, _unit getVariable "ace_medical_lastDamageSource"] execVM "ACL\ACL_murder.sqf" }] call CBA_fnc_addEventHandler; -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Re !! In fact with last lines every damage are used. It's possible to use only for damage on civilian ? Thx ! =)) -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
That works perfectly...!!!!!! Thank you so much Dedmen !!! -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yes this fix seems works but there is a other problem... -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hello everyone, thx for your help ! But i have this Do you have any idea ? =)) -
ACE3 - A collaborative merger between AGM, CSE, and ACE
Sayker replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hello everyone, I am currently working on a script that requires the use of an EventHandler; "killed" see line below. _EH = _unit addEventHandler ["Killed", {[(_this select 0),(_this select 1)] execVM "ACL\ACL_murder.sqf"}]; But the script does not run with Ace and works perfectly without. This is normal or do you have a solution? A big thank you in advance !! -
Thx for your help, but i would like that the last equipment is saved and load automatically when the player spawn. Because in my mission the player can't use Arsenal to load his equipment ;) Do you understand my request ?
-
hello Wyqer, It's possible to save equipment when you left the server, and when you come back you recieve your last equipment ? Thx !! ;)