I'm testing plugins with complete removal of the old

LustyMap
In-game map and minimap GUI
Total Downloads: 48,886 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017
- 5/5, 163 likes
-
-
-
-
-
Here it is
Attached Files:
-
-
-
-
-
@Kayzor, some players would be very happy to see RustIO friends (/clanmates) on the map. If you want to do this I can send you my code.
-
And I have the same problem with the minimap after login,
only the player symbol and airdrops are shown,
after hitting m 2 times the minimap is back again.
tried update and fresh install, both didn't work for me. -
You see Marat?
-
Attached Files:
-
-
Ok, you find a way that works
)) Maybe you found the error, thanks
Please tell this method the developer, cause his solution for the last update didn't work. Have a nice day
-
-
Works fine, although if you used "Generate Map | PlayRust HQ - Rust News, Server List, Map Generator & Map Gallery" to generate your map image it generates the image as a PNG not a JPG which is what the plugin and map splitter requires. So simply take the image from the website open in paint and save as JPG this solved my issue.
-
do you plan do add so we can see our friends on the map? from rust:io's friend system
-
-
Original
Code:// Map if (useurl) { //ImageAssets.getImage("mapimage", mapurl); } else { } ImageAssets.getImage("mapimage", dataDirectory + "map.jpg");
Code:// Map if (useurl) { ImageAssets.getImage("mapimage", mapurl); } else { } ImageAssets.getImage("mapimage", dataDirectory + "map.jpg");
-