Jump to content
Vdauphin

Save allmapmarkers of Allchannels from server side

Recommended Posts

Hello,

I am trying to save markers of players (created under all channels) on my dedicate server.

 

I am using https://community.bistudio.com/wiki/allMapMarkers to get all map markers...

I have three markers created under different channels :

 

d6e5ff58-39aa-11e7-86ca-3349be28afe0.png

 

My debug console command looks like this :

b = allMapMarkers select {(_x select [0,15]) isEqualTo "_USER_DEFINED #"};
b = b apply {[markerText _x]};
publicVariable "b"

Server side, this return :

[["channel global"]]

Client side, this return :

[["channel Group"],["channel camp"],["channel global"]]

 

My problem is, the server don't have those markers created under channel Group and Camp (only channel Global is broadcasted). When I leave my server and come back, markers Group and Camp are still here. This mean there are saved somewhere on the dedicate but where ?

How can I get marker from channel group and camp ?

 

See you soon!

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×