Jump to content

Sayker

Member
  • Content Count

    43
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Sayker

  • Rank
    Lance Corporal

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Big thankโ€™s for you help !!! ๐Ÿ‘Œ๐Ÿป
  2. 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! ๐Ÿ˜„
  3. 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
  4. 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
  5. 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 !!! ๐Ÿ’ช
  6. @Schatten Maybe the first condition is the marker with distance then the color ?
  7. @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 ๐Ÿ˜ƒ
  8. 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 ๐Ÿ˜
  9. 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 =)))
  10. 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 ๐Ÿ˜‹
  11. 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 =))))
  12. 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 !!! ๐Ÿ˜‰
  13. Hey Nix ! Thx for your script ! There is a option in order to ia communicate together ? ๐Ÿ˜„
  14. Sayker

    Rydygier's Trivia Vault

    Hmmm i will test this !! ;) thx for your help :)
  15. Sayker

    Rydygier's Trivia Vault

    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 :))
ร—