handlebar 13 Posted October 12, 2016 Hello! I've been looking for an updated script that gives players on a multiplayer server to attach an IR strobe to there helmet and work with respawn. The only ones I can find through searching are 3 years old and haven't had them reliably work. Thank you for your time! -Ben Share this post Link to post Share on other sites
ineptaphid 6413 Posted October 12, 2016 There is a new addon for that-released a couple of months ago- http://steamcommunity.com/sharedfiles/filedetails/?id=730883414&searchtext= Share this post Link to post Share on other sites
ussrlongbow 116 Posted October 12, 2016 https://github.com/ussrlongbow/RWT/blob/master/rwt.Altis/RWT/functions/forPlayers/fn_toggleLights.sqfexample: // attach CSAT IR ["ir_csat"] call RWT_fnc_toggleLights; // detach IR or chemlight [""] call RWT_fnc_toggleLights; Not a ready to use solution, but you have "addAction" ;) Share this post Link to post Share on other sites