Both the development and stable builds exhibit this issue.
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
May 10 2016
May 10 2016
Kushluk added a comment to T69936: switchCamera doesnt work while sprinting or with the weapon lowered.
Hopefully this makes it to stable in the next build. Thank you good sir.
This is unfortunately still an issue, even after a couple of post-release updates to the stable build.
This thread provides some info: forums.bistudio.com/showthread.php?158426-Created-Markers-for-JIP-players/
I will test using 0.73.107682 and report back.
Unfortunately the particular scenario I require is still not J.I.P. compatible.
Dedicated server creates a marker:
if(isDedicated) then
{
_marker = createMarker [str(random 99999), getPos objectName]; _marker setMarkerShape "ICON"; _marker setMarkerSize [1,1]; _marker setMarkerType "o_inf"; _marker setMarkerText "Test";
}
If a client is connected whilst this marker is created, they see the red marker above the building named objectName. However if a client joins the server AFTER the marker script is run; they do not see the marker.
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions