If you bring up a map and create a marker by double clicking on the map, this marker will be available in allMapMarkers array on all clients including JIP but not on the server where it will return empty array [].
Description
Description
Details
Details
- Legacy ID
- 758550258
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- Multiplayer
Steps To Reproduce
start dedicated server
join
open map and double click and create marker
execute on client
hint str allmapmarkers; //[_USER_DEFINED #32846233726/0]
now execute on the server
diag_log allmapmarkers; //[]