-
Content Count
43 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout Sayker
-
Rank
Lance Corporal
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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 !!! ๐๐ป- 895 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! ๐- 895 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 !!! ๐ช
-
@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 =))))
-
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 !!! ๐
-
Sayker changed their profile photo
-
[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 :))